Revoke onboarding invite

Revoke an onboarding invite, rendering the invitation link unusable.

To access this endpoint using a token you’ll need to specify the /accounts.write scope.

DELETE
/onboarding-invites/{code}
204 404 429
The onboarding invite was successfully revoked.
No onboarding invite with the specified code was found.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

code

string required
The unique code that identifies the onboarding invite.