cURL
curl --request DELETE \ --url https://api.jetemail.com/inbound/allowlist/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes an allowlist rule
Enter your Bearer token in the format "Bearer {token}"
UUID of the allowlist rule to delete
Rule deleted successfully
The response is of type object.
object