Skip to main content
DELETE
/
api
/
v1
/
plans
/
{code}
Delete a plan
curl --request DELETE \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/plans/{code} \
  --header 'x-admin-api-key: <x-admin-api-key>'

Headers

x-admin-api-key
string
required

The API key to access the admin API

Path Parameters

code
string
required

The Code of the plan to delete

Response

The plan has been successfully deleted