Dashboard
APIDelete Plan API - Remove Subscription Tier | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Delete Project Plan - Remove Subscription Tier via API

Remove a subscription plan from your project. Existing members who purchased this plan keep their access until it expires, but no new subscriptions can be created for the deleted plan. This action cannot be undone.

DELETE/v2/projects/{project_id}/plans/{plan_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

plan_idstringrequired

The unique identifier of the plan to delete.

Last updated: