DELETE
/
inbound
/
blocklist
/
{uuid}
curl --request DELETE \
  --url https://api.jetemail.com/inbound/blocklist/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Path Parameters

uuid
string
required

UUID of the blocklist rule to delete

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200
application/json
Blocklist rule deleted successfully
success
boolean
Example:

true