Skip to main content
DELETE
/
api
/
aigateway
/
v1
/
endpoints
/
{endpointName}
Delete a endpoint by name
curl --request DELETE \
  --url https://api.example.com/api/aigateway/v1/endpoints/{endpointName} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointName
string
required

Name of the endpoint to delete

Response

Deleted