Log in to see full request history

Bulk deletes filtered user records in the database.

Click on the image below to enlarge the demonstration in Postman.



Payload example:

{ "filters": [ { "field": "email", "operator": "like", "value": "@spacex" } ] }
Body Params
filters
array
required
filters*
json
required
Headers
string
required
Defaults to application/json
string
required
Defaults to Bearer {token}
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json