The DELETE /api/v1/users/{{userID}} endpoint delete the user from a specified ID.
DELETE /api/v1/users/{{userID}}
When successful, the DELETE request returns a code 204 No Content message.
DELETE
204 No Content