Deletes the specified attachment from the specified contact.
You can only call this method when authenticated as a Wix app or Wix user identity.
Contact ID for the attachment to delete.
Attachment ID to delete.
curl -X DELETE \
'https://www.wixapis.com/contacts/v4/attachments/513c1bfc-61b6-427d-a7f8-ceeedb1eb763/1e7efe60-355a-11eb-b032-19d0ca8630af' \
-H 'Authorization: <AUTH>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.