Skip to main content
DELETE
Delete task attachment

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

taskId
string
required

Unique task identifier

Example:

"tsk_abc123def456"

attachmentId
string
required

Unique attachment identifier

Example:

"att_abc123def456"

Response

Attachment deleted successfully

success
boolean
Example:

true

deletedAttachmentId
string
Example:

"att_abc123def456"

message
string
Example:

"Attachment deleted successfully"