Skip to main content
DELETE
Delete a plan

Authorizations

Authorization
string
header
required

Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer

Path Parameters

planId
string
required

Response

Plan deleted

msg
string
required

Human-readable message describing the result

Example:

"plan deleted"

data
string
required

Response payload (null on error)