Deletes a specific pricing plan. May be restricted if the plan is currently in use.
cURL
curl --request DELETE \ --url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/plans/{planId}
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": null, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Plan to delete (UUID)
Plan successfully deleted
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
null
Correlation or trace ID
Was this page helpful?