cURL
curl --request DELETE \ --url https://openapi.enginy.ai/v1/tasks \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "ids": [ 123 ] } '
{ "status": "success", "message": "<string>", "data": { "removed": 123, "failed": 123 } }
Delete tasks in bulk.
Required scope: TASKS_WRITE Rate limit: 30 requests per minute
Required scope: TASKS_WRITE
TASKS_WRITE
Rate limit: 30 requests per minute
1 - 100
Tasks deleted successfully
success
Show child attributes