Backend API
Revoke a grant by grant ID
cURL
curl --request POST \ --url https://api.wacht.dev/deployments/{deployment_id}/oauth/apps/{oauth_app_slug}/clients/{oauth_client_id}/grants/{grant_id}/revoke \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
Deployment ID
OAuth app slug
OAuth client ID
OAuth grant ID
Grant revoked
Was this page helpful?