POST
/
sources
/
{id}
/
events
/
bulk-reject
Bulk reject source events
curl --request POST \
  --url https://api.paygentic.io/v0/sources/{id}/events/bulk-reject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "eventIds": [
    "<string>"
  ]
}'
{
  "rejected": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for a source

Body

application/json

Response

200
application/json

Bulk rejection results

The response is of type object.