Skip to main content
POST
Delete a plan

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the plan.

planId
string
required

Unique identifier of the subscription plan.

Example:

"c23b205a-244b-4962-9337-a5b68f1c874f"

Response

Plan successfully deleted.

Last modified on July 14, 2026