Skip to main content

DELETE Enable/Disable email address

DELETE /v3/relay/addresses/:address_id

Delete a private email. If you delete a private email, you will not receive any email in the future and you will not re-create this email alias.

Request Headers

Accept: application/json
Authorization: Bearer {{api_key}}

Path params

ParamDescriptionExample value
address_idThe private email id1

Return

Return HTTP status code 204

Example

Request

curl --location --request DELETE '{{host}}/v3/relay/addresses/1' \
--header 'Authorization: Bearer {{api_key}}' \
--data-raw ''

Response