Overview
Permanently deletes a workspace and all its contents. Only the workspace owner can delete a workspace.
This action is irreversible. All files, folders, and data in the workspace will be permanently deleted.
Path Parameters
The workspace ID to delete
Query Parameters
Must be DELETE (Laravel method spoofing)
Response
curl -X POST "https://app.drime.cloud/api/v1/workspace/1873?_method=DELETE" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Due to Laravel’s method spoofing, you need to send a POST request with _method=DELETE query parameter.