cURL
curl --request DELETE \ --url https://api.synctera.com/v2/webhook_secrets
{ "code": "BAD_REQUEST_BODY", "detail": "Missing required fields: first_name, dob", "status": 400 }
Revoke the existing webhook secret. If this is called at the rolling secret time, then both old and new secrets will be revoked
Secret has been revoked
Was this page helpful?