Remove generic subscription
Enterprise Only
This endpoint is only available in the Enterprise package and requires the authenticated user to be a Super Admin.
Remove a generic subscription from a workspace. This will also clear the workspace limits.
Method: DELETE
URL: https://example.com/<MIXPOST_CORE_PATH>/api/panel/workspaces/{workspaceUuid}/subscription/generic
Authorization: Bearer <token>
Response:
- 200
- 401
- 403
- 404
{
"success": true
}
{
"message": "Unauthenticated."
}
{
"message": "Access forbidden."
}
{
"message": "Workspace not found."
}