Delete User Metadata
Delete metadata objects from an user with a specific key.
Required permission:
user.write
Path Parameters
user_id*string
ID of the user which metadata is to be deleted is stored on.
Query Parameters
keys?array<>
The keys for the user metadata to be deleted.
Response Body
application/json
curl -X DELETE "https://loading/v2/users/string/metadata"{
"deletionDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
Delete user
Delete user: The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found..
Generate single-use recovery codes for a user
Generate single-use recovery codes for a user: Generate new single-use recovery codes for the authenticated user. Recovery codes can be used to recover access to the account if other second factors are not available.