Purge User: /user/purge (DELETE)
Purpose:
Purge a user. Setting them to be deleted and all associated data. Administrator permissions are required.
Input:
- Headers:
- Client-Secret: (Optional) A header to authenticate the request.
- Authorization: The JWT token of the user.
- Query Parameters:
- user_id: (Uuid) The id of the user to purge.
Output (200):
"User purged"