Users

Delete a user account by ID. The user can only delete their own account, this will anonymize their data and mark their account as deleted, in first iteration, later we will be notified and run script locally to comply with GDPR requirements.

delete/api/users/{id}

Path parameters

idstring uuid required

Response

Default Response

'null' nullable required

Changes