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}
Authorizations:
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
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
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
- 400
- 401
- 403
- 404
- 429
- 500
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": [ ]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See