Skip to main content
POST
/
contact-blacklist-rules
/
email-exceptions
/
bulk-delete
Bulk delete email exception blacklist rules
curl --request POST \
  --url https://api.reply.io/v3/contact-blacklist-rules/email-exceptions/bulk-delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json

Request body for bulk deleting blacklist rules

ids
integer[]
required

List of rule IDs to delete

Response

Dictionary of failed items keyed by rule ID. Empty object {} means all succeeded.

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.