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