# Disown Network - Disowns a given network, user must be owner. - Removes rows from following tables in postgres - networks - network memberships - network scene configs - invitations - mobile devices - users - Also propogates delete to MNS Endpoint: DELETE /networks/{id} Security: Authorization ## Path parameters: - `id` (integer, required) ## Response 403 fields (application/json): - `error_type` (string) Example: "forbidden" - `error_message` (string) Example: "You are not authorized to access the requested resource." - `meta` (object) Example: {}