Attachments

Delete an attachment

Delete an attachment.

DELETE
/attachments/{attachmentId}/delete

Delete an attachment.

Authorization

bearerToken
AuthorizationBearer <token>

Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.

In: header

Path Parameters

attachmentId*string

Attachment identifier. Named in camelCase, unlike the snake_case path parameters elsewhere.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/attachments/string/delete"
{  "message": "string"}