Skip to main content
DELETE
/
api
/
v1
/
subscriptions
/
plans
/
{uuid}
Delete a subscription plan
curl --request DELETE \
  --url http://localhost:7701/api/v1/subscriptions/plans/{uuid} \
  --header 'X-API-Key: <api-key>'
{
  "message": "Plan deleted successfully."
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

uuid
string<uuid>
required

Response

Plan deleted

message
string
Example:

"Plan deleted successfully."