Subscriptions - Delete a Subscription
DELETE yourdomain.com/api/subscriptions/:id
Parameter
json
| Field | Type | Description |
|---|---|---|
| id | id |
ID for data Deletion. |
Error 4xx
json
| Name | Description |
|---|---|
HTTP/1.1 200 OK
{
"status": true,
"message": "Delete Successful."
}
HTTP/1.1 404 Not Found
{
"status": false,
"message": "Delete Fail."
}