Reset error ID mode setting
DELETE
/api/admin/settings/error-id-mode
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/settings/error-id-mode \ --header 'Authorization: Bearer <token>'Deletes the AUTHRIM_CONFIG error ID mode override and falls back to the default mode.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Error ID mode updated or reset.
Media type application/json
object
success
boolean
error_id_mode
string
kv_key
string
note
string
key
additional properties
Example
{ "success": true, "error_id_mode": "security_only", "kv_key": "error_id_mode", "note": "Only security-tracked errors will include error_id."}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"}