Skip to main content
DELETE
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Task to delete

id
string<uuid>
required

UUID of the task to delete

Example:

"aade2bce-55c7-468e-a606-c4e76fb2ea2a"

Response

Task deleted successfully

status
enum<string>
required

Status of the delete operation

Available options:
success,
error
error
string

Error message (only present if status is error)