cURL
curl --request DELETE \ --url http://localhost:8000/v2/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "metadata": {}, "configuration": {} }
Delete a Workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace to delete
Successful Response