Subscription Plan
Delete Subscription Plan
Delete the Subscription plan
DELETE
Headers
Example:
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Path Parameters
The subscription id
Response
204 - application/json
204
The response is of type integer
.
Example:
1
Previous
Create Recurring BillingOnce your customer has decided to start the subscription this endpoint will create the recurring billing request.
Since this is a server-to-server communication, if you have a mobile or Web client that communicates with your REST API, you must have a new endpoint E.g. /create-subscription or reuse an existing endpoint. This endpoint will be responsible for making the recurring billing API call to HitPay.
Next