Delete a TENANT sub-network
Deletes a sub-network. Only sub-networks can be deleted — base networks are permanent. If the sub-network is still assigned to token groups, the deletion is blocked as a safety measure; set force=true to remove the assignments and delete anyway.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.
Path Parameters
The unique ID of the sub-network to delete.
Query Parameters
Remove any Token Group assignments before deleting instead of returning 409
Response
The sub-network was deleted. Fires network.deleted webhook.