Backend API
Deactivate (or delete) an OAuth client
cURL
curl --request DELETE \ --url https://api.wacht.dev/deployments/{deployment_id}/oauth/apps/{oauth_app_slug}/clients/{oauth_client_id} \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
Deployment ID
OAuth app slug
OAuth client ID
OAuth client deactivated
Was this page helpful?