Skip to main content
DELETE
/
onboarding
/
token
/
{publicIdentifier}
Revoke Onboarding Token
curl --request DELETE \
  --url https://api.ever.day/onboarding/token/{publicIdentifier} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Include your API key in the x-api-key header to authenticate requests. Each organisation is provided with a unique API key. If your key is lost or compromised, contact support to request a new one.

Path Parameters

publicIdentifier
string
required

The unique public identifier of the user.

Response

Onboarding token revoked successfully.