curl
Tasks v1 (deprecated)
Delete a task
deprecated
Deletes a task by its ID using the v1 endpoint.
DELETE
curl
Use
deleteTask instead.
Required ACL: addObject, deleteIndex, editSettingsAuthorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Unique identifier of a task. Universally unique identifier (UUID) of a task.
Example:
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Response
OK
Date and time when the resource was deleted, in RFC 3339 format.
Last modified on March 23, 2026