Skip to main content
DELETE
/
organizations
/
{organizationId}
/
customNetworks
/
{networkId}
Delete a custom network
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/customNetworks/{networkId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

organizationId
string
required
Required string length: 36
Example:
networkId
string
required
Required string length: 36
Example:

Response