Delete a forwarding rule

Permanently deletes an inbound email forwarding rule. Use this endpoint to delete a forwarding rule through the Samva email API.

DELETE
/v1/email/forwarding/{id}

Permanently deletes an inbound email forwarding rule.

x-api-key<token>

In: header

Path Parameters

id*string
Match^fwd_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/email/forwarding/string"
{  "success": true,  "message": "string"}