Skip to content

Delete a dynamically registered client.

DELETE
/clients/{client_id}
Code sample: Shell / cURL
curl --request DELETE \
--url https://auth.example.com/clients/example \
--header 'Authorization: Bearer <token>'
client_id
required
string

Client deleted.

OAuth error response.

Media type application/json
object
error
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"error_description": "example"
}