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
Param | Description | Example value |
---|---|---|
address_id | The private email id | 1 |
Return
Return HTTP status code 204
Example
Request
- Curl
curl --location --request DELETE '{{host}}/v3/relay/addresses/1' \
--header 'Authorization: Bearer {{api_key}}' \
--data-raw ''
Response
- 204 - NO CONTENT