Skip to main content
DELETE
/
api
/
gen-ai
/
beta
/
endpoints
/
{endpointId}
Delete a Gen AI Endpoint
curl --request DELETE \
  --url https://api.example.com/api/gen-ai/beta/endpoints/{endpointId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointId
string
required

The ID of the endpoint to delete.

Response

The endpoint was deleted successfully.