Users
This set of API calls allows you to make operations on various Keyless users.
Delete an user and all associated entities
Authorizations
Path parameters
userIdstring · Uppercase HEX stringRequired
The user id
Responses
200
User successfully deleted
application/json
400
Request is invalid and shouldn't be retried if the request is unchanged
application/json
401
Unauthorized request, the request can't be processed unless you provide a valid authentication method
application/json
404
Resource not found
application/json
406
Not acceptable representation
application/json
500
An internal error occurred, please try again later or contact the support.
application/json
delete
DELETE /v2/users/{userId} HTTP/1.1
Host:
X-Api-Key: YOUR_API_KEY
Accept: */*
{
"success": true
}
Last updated
Was this helpful?