Python
Together AI SDK (Python)
from together import Togetherimport osclient = Together( api_key=os.environ.get("TOGETHER_API_KEY"),)endpoint = client.endpoints.delete( endpoint_id="endpoint-id",)print(endpoint)
This response does not have an example.
Permanently deletes an endpoint. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the endpoint to delete
No Content - Endpoint successfully deleted
Was this page helpful?