Skip to main content

Delete the recorded subscription

DELETE 

/panel/workspaces/:workspace/subscription

Deletes the workspace's recorded default subscription. This removes Mixpost's record only — the subscription is not cancelled on the payment platform. Use the cancel endpoint if you need a real cancellation.

The request takes no body. success reflects whether the row was deleted.

Request

Responses

{"success": <bool>} — reports whether the update or delete actually affected a record, so false is possible.