Skip to main content
DELETE
Delete a TENANT sub-network

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string<uuid>
required

Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.

Path Parameters

network_id
string<uuid>
required

The unique ID of the sub-network to delete.

Query Parameters

force
boolean
default:false

Remove any Token Group assignments before deleting instead of returning 409

Response

The sub-network was deleted. Fires network.deleted webhook.