Skip to main content
DELETE
/
api
/
MessageTemplates
/
{templateId}
/
Attachments
Delete Attachments.
curl --request DELETE \
  --url https://api.example.com/api/MessageTemplates/{templateId}/Attachments \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

templateId
integer<int32>
required

Body

application/json

Response

200

OK