Skip to main content
DELETE
/
v1
/
project
/
{PROJECT_ID}
/
tasks
/
{TASK_ID}
/
attachments
/
{ATTACHMENT_ID}
Delete an attachment
curl --request DELETE \
  --url https://api.domo.com/v1/project/{PROJECT_ID}/tasks/{TASK_ID}/attachments/{ATTACHMENT_ID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

PROJECT_ID
string
required

The ID of the project that the attachment belongs to

TASK_ID
string
required

The ID of the task that the attachment belongs to

ATTACHMENT_ID
string
required

The ID of the attachment to be deleted

Response

200

Returns the parameter of success or error based on the attachment ID being valid.