Skip to main content
DELETE
/
inbound
/
domains
/
{uuid}
/
forward-rules
/
{ruleUuid}
Delete a forwarding rule
curl --request DELETE \
  --url https://api.jetemail.com/inbound/domains/{uuid}/forward-rules/{ruleUuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Forwarding rule deleted"
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

uuid
string<uuid>
required

UUID of the domain

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
ruleUuid
string<uuid>
required

UUID of the forwarding rule

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Response

Rule deleted

success
boolean
Example:

true

message
string
Example:

"Forwarding rule deleted"