Skip to main content
DELETE
/
v1
/
task-management
/
attachments
/
{attachmentId}
Delete attachment from task item
curl --request DELETE \
  --url http://localhost:3333/v1/task-management/attachments/{attachmentId} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

Path Parameters

attachmentId
string
required

Attachment ID

Example:

"att_abc123def456"

Response

204

Attachment deleted successfully