Skip to main content
DELETE
/
deployments
/
{deployment_id}
/
oauth
/
apps
/
{oauth_app_slug}
/
clients
/
{oauth_client_id}
Deactivate OAuth client
curl --request DELETE \
  --url https://api.wacht.dev/deployments/{deployment_id}/oauth/apps/{oauth_app_slug}/clients/{oauth_client_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

deployment_id
string
required

Deployment ID

oauth_app_slug
string
required

OAuth app slug

oauth_client_id
string
required

OAuth client ID

Response

204

OAuth client deactivated