Delete a user
Delete a user
DELETE https://sandbox-api.stilt.com/v1/users/{user_id}
Returns a message confirming user deletion upon success. If the user id does not exist then this call will return an error. An error will also be returned if the user has any outstanding balances due.
Path Parameters
Name
Type
Description
user_id*
string
The uuid of the user
"User succesfully deleted"
{
// Response
}Last updated