Delete a client consent requirement override.
DELETE
/api/admin/clients/{clientId}/consent-overrides/{statementId}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/clients/example/consent-overrides/example \ --header 'Authorization: Bearer <token>'Removes a client-specific consent requirement override so the client inherits the tenant-level requirement again.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” clientId
required
string
Client identifier.
statementId
required
string
Consent statement identifier.
Responses
Section titled “ Responses ”Successful admin action response.
Media type application/json
object
success
required
boolean
message
string
id
string
deleted_user_id
string
deleted_count
integer
key
additional properties
Example
{ "success": true, "message": "Operation completed"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}