Skip to main content
DELETE
/
v1
/
nexus
/
physical_nexus
/
{physical_nexus_id}
Delete Physical Nexus
curl --request DELETE \
  --url https://api.trykintsugi.com/v1/nexus/physical_nexus/{physical_nexus_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <api-key>'
{
  "detail": "The request is missing a valid x-api-key."
}

Authorizations

X-API-KEY
string
header
required
x-organization-id
string
header
required

Path Parameters

physical_nexus_id
string
required

The unique identifier of the physical nexus to delete.

Response

Successfully deleted physical nexus