Skip to main content
POST
Cancel a task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

taskId
string<uuid>
required

The unique identifier of the task to cancel

Response

Task cancelled successfully

client-id
string

Client ID provided during vendor onboarding

campaign-id
string

Identifier for the campaign

template-id
string<uuid>

Unique identifier for the template to use

task-id
string<uuid>

Unique identifier for the created task

message
string

Response message

Example:

"Task cancelled successfully"