cURL
curl --request DELETE \ --url https://api-sandbox.synctera.com/v0/webhook_secrets \ --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" }
Revoke the existing webhook secret. If this is called at the rolling secret time, then both old and new secrets will be revoked
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Secret has been revoked
Was this page helpful?