Authorizations
Body
application/json
Email address of the user.
Response
User created successfully.
curl --request POST \
--url http://api.local.mailrado.com/api/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'
curl --request POST \
--url http://api.local.mailrado.com/api/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'
curl --request POST \
--url http://api.local.mailrado.com/api/webhook/contact/delete/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"email": "<string>"
}'
Email address of the user.
User created successfully.