Delete a User (soft-delete)
DELETE /users/:id
Revoke a User from accessing and using Holistics.
Note: The soft-deleted User will still retain ownership of their resources. You can contact [email protected] to request for an ownership transfer.
Request
Responses
- 200
- 403
- 404
- 422
User was deleted successfully.
Access forbidden.
Resource was not found.
Invalid parameters were sent.