# Delete Confirmed User Endpoint: DELETE /users/{id} Security: Authorization ## Path parameters: - `id` (integer, required) ## Query parameters: - `delete_claimed_network` (boolean) Defaults to . Delete the network associated with the user. If the user is a network owner, the network is completely deleted. ## Response 403 fields (application/json): - `type` (string) - `error_type` (string) Example: "forbidden" - `error_message` (string) Example: "You are not authorized to access the requested resource." - `meta` (object) Example: {}