Users

Delete a user by ID

Permanently removes the record from the session. Returns 204 No Content on success.

delete/api/v1/users/{id}

Path parameters

idstring uuid required

Record UUID

Response

Deleted successfully

Changes