Skip to main content
DELETE
/
endpoints
/
{endpointId}
Delete endpoint
curl --request DELETE \
  --url https://api.together.xyz/v1/endpoints/{endpointId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "param": null,
    "code": null
  }
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

endpointId
string
required

The ID of the endpoint to delete

Response

No Content - Endpoint successfully deleted