cURL
curl --request DELETE \ --url https://api.alertyai.com/tasks/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Marks a task as completed based on the task ID.
Documentation IndexFetch the complete documentation index at: https://docs.alertyai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.alertyai.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of task to complete