Page tree
Skip to end of metadata
Go to start of metadata

Description

Deletes entries (email, email domain or mobile 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

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

Example response

[{
    "success": true,
    "id": "test@test.com",
    "errorActor": null,
    "errorCode": null,
    "errorMessage": null
}]
  • No labels