Skip to main content
DELETE
Delete an attachment

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Path Parameters

attachmentId
string<uuid>
required

Unique identifier of the attachment to delete

Response

Attachment deleted (no body).