Delete a forwarding rule
Permanently deletes an inbound email forwarding rule. Use this endpoint to delete a forwarding rule through the Samva email API.
Permanently deletes an inbound email forwarding rule.
Authorization
apiKey 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"}Create a forwarding rule
Creates an inbound email forwarding rule and returns it. Responds with 201. Use this endpoint to create a forwarding rule through the Samva email API.
Detect a domain's registrar
Looks up the domain's nameservers to detect its DNS registrar and returns the provider, nameservers, and a link to its setup docs.