Disable catch-all receiving

Disables catch-all inbound receiving for a domain. Use this endpoint to disable catch-all receiving through the Samva email API.

POST
/v1/email/catch-all/disable

Disables catch-all inbound receiving for a domain.

x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

domainId*EmailDomainId
Match^dom_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/email/catch-all/disable" \  -H "Content-Type: application/json" \  -d '{    "domainId": "string"  }'
{  "success": true}