Skip to main content
DELETE
/
tasks
/
{task_id}
Delete a task
curl --request DELETE \
  --url https://test-writechoice.onrender.com/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Task 'f9e8d7c6-b5a4-3210-fedc-ba9876543210' was successfully deleted."
}

Documentation Index

Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

All requests must include a valid API key in the Authorization header. Example: Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a

Path Parameters

task_id
string<uuid>
required

The ID of the task to delete.

Response

Task deleted successfully.

message
string
Example:

"Task 'f9e8d7c6-b5a4-3210-fedc-ba9876543210' was successfully deleted."