curl --request DELETE \
--url https://{tenant}.torchapp.com.au/api/v1/users/{id} \
--header 'Authorization: Bearer <token>'{}Remove the specified user from storage.
curl --request DELETE \
--url https://{tenant}.torchapp.com.au/api/v1/users/{id} \
--header 'Authorization: Bearer <token>'{}