Skip to main content
Weavr API
Trusted payees

Remove payees

POST/beneficiaries/remove

Creates a batch operation to remove one or more trusted payees from the logged-in identity's list.

The logged-in user must complete a Strong Customer Authentication challenge before the removal batch is executed.

Request

Header parameters

Request body

*
application/json
{}
objectobject · 1 field

Responses

200OK

Success

Headers
Body
application/json
{}
BeneficiaryBatchBeneficiaryBatch · object · 3 fields
Response example
{  "operationBatchId": {    "batchId": "123456789",    "operation": "CREATE"  },  "tag": "customer-123",  "state": "INITIALISED"}