Delete a user
Remove all data associated to a given user, including all associated installations.
delete/users/{userId}
Path parameters
userIdstring required
Id of the user to delete.
Response
202
Example response
{
"success": true
}Remove all data associated to a given user, including all associated installations.
Id of the user to delete.
202
{
"success": true
}