Delete an attachment

API to delete the attachment. Attachment must not be associated with any activity.

SecurityoAuthUser or oAuthClient
Request
path Parameters
app
required
string

Application type

Enum: "email" "task" "calltrack"
altid
required
string

Attachment alternate id

Example: C1B641DF-2325-4BD6-94C7-CF42C4B90703
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
204

No content

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

500

Internal server error

delete/app/{app}/assets/{altid}
Request samples
Response samples
application/json
{
  • "code": "400-101",
  • "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}