Skip to main content
POST
/
wipe
Delete data
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"
}

Authorizations

Authorization
string
header
required

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

Response

successfully wiped resources for a particular tenant