cURL
curl --request DELETE \ --url https://api-sandbox.synctera.com/v0/webhook_secrets \ --header 'Authorization: Bearer <token>'
This response does not have an example.
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?