Events
Contacts
Transactional email
API
- API Introduction
- API reference
- Contacts
- Mailing list
- Events
- Custom fields
- API key
- Send mail
- SDKs
Integrations
- Overview
- Forms
- Incoming webhooks
- Platform
- Auto BCC
Deliverability
SMTP
- Send with SMTP
- SMTP Examples
SDKs
Contacts
Delete contact
POST
/
webhook
/
contact
/
delete
curl --request POST \
--url https://webhook.cocoonmail.com/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'
curl --request POST \
--url https://webhook.cocoonmail.com/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'
Authorizations
Body
application/json
Email address of the user.
Response
201
_mintlify/placeholder
User created successfully.
curl --request POST \
--url https://webhook.cocoonmail.com/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'