🔴DELETE users
Deletes a user account from the TIS Training platform.
You cannot delete an account if it belongs to multiple organisations, or if the user is currently consuming an unlimited use plan seat. If a user has not started training in the currently unlimited use billing cycle, the account can be deleted.
URL
Parameters
URL Parameters
User Id
*
The Id of the user to delete. Formatted as a GUID. A list of users can be found using GET users.
* required
Responses
204 - OK
No response body.
400 - Bad Request
Error Code: USER_NOT_FOUND
A user could not be found with the specified User Id
400 - Bad Request
Error Code: USER_IN_OTHER_ORG
The user specified also belongs to another organisation.
400 - Bad Request
Error Code: USER_SEAT_ASSIGNED
The user specified is currently using an unlimited use plan seat.
Last updated