Delete a network (privileged)
DELETE/v1/networks/:id
Permanently deletes the network document and responds 204. Requires the super_user role; ordinary network-scoped keys cannot delete networks. This is a hard delete of the network record only — it does not cascade to the network's podcasts, campaigns, members, or other nested resources. The delete is optimistic-locked, so a concurrent modification returns 409, and a network id that does not exist returns 404.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Network deleted
Missing or invalid API key
Deleting a network requires the super_user role
Network not found
Version conflict