Delete task
Permanently delete a task.
Path Parameters
- Type: string · UUID
task Id Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$required
Headers
- Type: string
X - Exabase - Workspace - Id Optional. When provided, the request is executed against the specified delegated workspace. If omitted, the parent workspace is used.
Responses
204 Tasks list
Request Example for delete/v2/tasks/{taskId}
curl 'https://api.exabase.io/v2/tasks/{taskId}' \
--request DELETE \
--header 'X-Exabase-Workspace-Id: ' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
No Body