cURL
curl --request DELETE \ --url https://release0.com/api/v1/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
API endpoint to permanently delete a workspace and all its associated data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where to find my workspace ID?
Successful response
The response is of type object.
object