Remove tenant logging override
DELETE
/api/admin/settings/logging/tenant/{tenantId}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/settings/logging/tenant/example \ --header 'Authorization: Bearer <token>'Deletes a tenant-specific log level override so the tenant uses the global effective log level.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Tenant ID.
Responses
Section titled “ Responses ”Tenant logging override removed.
Media type application/json
object
success
boolean
tenant_id
string
note
string
key
additional properties
Example
{ "success": true, "tenant_id": "tenant_123", "note": "Tenant log level override removed. Tenant will now use global log level."}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"}