Skip to main content
DELETE
Delete Attachment

Authorizations

Authorization
string
header
required

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

Path Parameters

attachmentId
string<uuid>
required

The ID of the Attachment to delete.

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

Attachment deleted.

success
boolean
required

Whether the deletion was successful.