Skip to content

Delete Entity Attachment

DELETE
/v1/entities/{id}/attachments/{attachment_id}
curl --request DELETE \
--url https://example.com/api/v1/entities/example/attachments/example \
--header 'Authorization: <Authorization>'
id
required
string

Entity ID

attachment_id
required
string

Attachment ID

No Content