Delete email template attachment

Removes a specific attachment from an email template.

Please log in to see full path URL. Learn why.
delete
/email/1/templates/{templateId}/attachments/{attachmentId}
Request rate limit:
1 requests / second (per account)
path Parameters
attachmentId
required
string

Attachment ID.

templateId
required
integer <int64>

Template ID.

Responses

204

No content

400

Bad request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error

Request samples

Example
cURL
Copy
curl -L -g -X DELETE 'https://{baseUrl}/email/1/templates/{templateId}/attachments/{attachmentId}' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Copy
Collapse all
{
  • "errorCode": "E400",
  • "description": "Request cannot be processed.",
  • "action": "Check the syntax, violations and adjust the request.",
  • "violations":
    [
    • {
      • "property": "property.path",
      • "violation": "Violation message."
      }
    ],
  • "resources": [ ]
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.