DeleteUserMetadata
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?keys
The keys for the user metadata to be deleted.
Response Body
application/json
application/json
curl -X DELETE "https://loading/v2/users/string/metadata"{
"deletionDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?