cURL
curl --request DELETE \ --url https://lancepilot.com/api/v3/workspaces/{workspace} \ --header 'Authorization: Bearer <token>'
{ "message": "Resource deleted successfully.", "status": 200 }
Delete a workspace by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace to delete.
"Resource deleted successfully."
200