Skip to main content

Remove the generic subscription

DELETE 

/panel/workspaces/:workspace/subscription/generic

Removes the workspace's generic subscription. The request takes no body.

If the workspace has no generic subscription, the request fails with 422 — note that this endpoint's error body is flat ({"message": "..."}) and has no errors object, unlike other 422 responses in this API.

Request

Responses

{"success": true} — hard-coded literal, never false.