Delete expired user attributes.
DELETE
/api/admin/attributes/expired
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/attributes/expired \ --header 'Authorization: Bearer <token>'Deletes all expired verified user attributes for the current tenant and returns the deleted row count.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Expired attribute cleanup response.
Media type application/json
object
success
required
boolean
deleted_count
required
integer
key
additional properties
Example generated
{ "success": true, "deleted_count": 1}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"}