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

NameTypeDescription

user_id*

string

The uuid of the user

"User succesfully deleted"

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated