cURL
curl --request DELETE \
--url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/networking/egress-private-endpoints/{id} \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}Delete an egress private endpoint
Can be used by the following roles assigned at the organization, folder or cluster scope:
- CLUSTER_ADMIN
- CLUSTER_OPERATOR_WRITER
DELETE
/
api
/
v1
/
clusters
/
{cluster_id}
/
networking
/
egress-private-endpoints
/
{id}
cURL
curl --request DELETE \
--url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/networking/egress-private-endpoints/{id} \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}This endpoint is in Limited Access and may not be available to all users. Refer to the API support policy for more details.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
cluster_id identifies the CockroachDB Cloud cluster owning the egress private endpoint.
id is the UUID value of the egress private endpoint in CockroachDB Cloud.
Response
A successful response.
The response is of type object.

