DELETE
/
marketing-emails
/
v1
/
emails
/
{id}
Delete a marketing email
curl --request DELETE \
  --url https://api.hubapi.com/marketing-emails/v1/emails/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The ID of the email that you want to delete.

Response

204

Marketing email deleted successfully