Skip to main content
DELETE
/
subscriptions
/
plans
/
{planId}
Delete subscription plan
curl --request DELETE \
  --url https://api.orafi.app/v1/subscriptions/plans/{planId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Plan deleted",
  "data": null
}
Delete a subscription plan.

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Path Parameters

planId
string
required

Response

Plan deleted

success
boolean
Example:

true

message
string
Example:

"Plan deleted"

data
unknown