cURL
curl --request POST \ --url https://api-sandbox.synctera.com/v0/wipe \ --header 'Authorization: Bearer <token>'
{ "code": "BAD_REQUEST_BODY", "detail": "missing required fields: first_name, dob", "status": 400, "title": "Bad Request Body", "type": "https://dev.synctera.com/errors/bad-request-body" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successfully wiped resources for a particular tenant
Was this page helpful?