curl --request POST \
--url https://api.supersonic.cv/tasks/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_id": "<string>"
}
'{}curl --request POST \
--url https://api.supersonic.cv/tasks/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_id": "<string>"
}
'{}