Modifies the operational status of an OAuth2 API client to enable or disable access. Disabling a client suspends all authentication flows and API access without permanently deleting the client configuration.
Use Case: Temporarily disable compromised or suspicious client applications while investigating security issues without losing configuration data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.