Delete User Metadata
DELETE/v2/users/:userId/metadata
Delete metadata objects from an user with a specific key.
Required permission:
user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- default
A successful response.
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.