curl --request DELETE \
--url https://api.onfragment.com/api/v1/tasks/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"meta": {
"limit": 123,
"self_cursor": "<string>",
"prev_cursor": "<string>",
"next_cursor": "<string>",
"total_count": 123
}
}
'