DELETE/v1/admin/subscription/plans/{planCode}

Delete subscription plans

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

planCodestringrequired

Responses

No response body.

curl --request DELETE \
  --url 'https://api.4comply.io/v1/admin/subscription/plans/example-code' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'