Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Deletes entries (email, email domain , or mobile number, or fax number) from the group blacklist.

Request path

POST [REST URL]/blacklist/deleteGroupEntries

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group

Request Body Type

list of BlacklistEntry

Example body

Code Block
[{
"type": "EMAIL",
 "pattern": "test@test.com"
}]

Example response

Code Block
[{
    "success": true,
    "id": "test@test.com",
    "errorActor": null,
    "errorCode": null,
    "errorMessage": null
}]