Links
Comment on page

Delete a Cross Connect

Prerequisite: Only contract administrators, owners, and users with createPcc privilege can create and manage Cross Connects via the API. You can also set User privileges in the DCD. For more information, see Set User Privileges for Cross Connect.
To delete a Cross Connect via the API, perform a DELETE request with the ID of the respective Cross Connect.

Request

curl --location \
--request DELETE 'https://api.ionos.com/cloudapi/v6/pccs/287acd-d1d2-40f0-bfb3-861d999' \
--header 'Authorization: Basic <auth-token>'

Response

202 Successful operation
For more information about the request and response fields, see Delete Cross Connects.