Skip to main content
POST
Bulk deletion of customers by ID. Same logic from singular customer deletion applies.

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
integer[]

IDs of customers to delete.

Response

200 - application/json

Success

data
any[]