DELETE
/
endpoints
/
{endpointId}
Delete endpoint
curl --request DELETE \
  --url https://api.together.xyz/v1/endpoints/{endpointId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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