cURL
curl --request DELETE \ --url https://api.example.com/v1beta/tasks/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a task by its ID.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
Authorization
Bearer <api_key>
The ID of the task to delete.
Successful response