Reset tenant audit PII configuration
DELETE
/api/admin/tenants/{tenantId}/audit/pii-config
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/tenants/example/audit/pii-config \ --header 'Authorization: Bearer <token>'Deletes the tenant audit PII configuration override and returns the default configuration.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Responses
Section titled “ Responses ”Tenant audit PII configuration reset response.
Media type application/json
object
success
boolean
tenant_id
string
reset_to_defaults
object
key
additional properties
note
string
key
additional properties
Example
{ "success": true, "tenant_id": "acme", "reset_to_defaults": { "enabled": true, "fields": [ "email", "phone" ] }, "note": "PII configuration reset to defaults."}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"}