Skip to main content
DELETE
/
admin
/
stripe
/
plan
Delete a plan
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/admin/stripe/plan \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

planId
string
required

ID of the plan to delete

Response

Plan deactivated successfully

message
string