keys
Revokes every outstanding token (access and refresh) for a customer. Authenticated with your secret key. New tokens can be issued afterwards with keys.mint.
post/v1/keys.revoke
Headers
x-api-versionstring required
Request body
Example request
{
"customer_id": "cus_123"
}Response
OK
Example response
{
"revoked": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.