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

X-COCOONMAIL-API-KEY
string
header
required

Body

application/json
email
string
required

Email address of the user.

Response

201
_mintlify/placeholder

User created successfully.