Skip to main content

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

Network deleted