APIDelete Plan API - Remove Subscription Tier | BotSubscription

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.

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/YOUR_PROJECT_ID/plans/YOUR_PLAN_ID" \
  -H "Authorization: Bearer YOUR_TOKEN"
Plan deletedapplication/json

No content is returned on successful deletion.

Last updated: