Delete the email
DELETE
/crm/contacts/{contactId}/emails/{emailId}Request
Path Params
contactId
string
required
emailId
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
Example
{
"success": true
}
Last modified: a year ago