Skip to main content
DELETE
/
webhook_secrets
Revoke the secret
curl --request DELETE \
  --url https://api.synctera.com/v2/webhook_secrets \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST_BODY",
  "detail": "Missing required fields: first_name, dob",
  "status": 400
}

Documentation Index

Fetch the complete documentation index at: https://docs.synctera.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

old_secret_only
boolean

Response

Secret has been revoked