The Delete Physical Nexus API allows you to remove an existing physical nexus by its unique ID.
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."
}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."
}