Skip to main content
DELETE
/
deployments
/
secrets
/
{id}
Together AI SDK (v2)
from together import Together
client = Together()

client.beta.jig.secrets.delete("my-secret")
{}

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

Secret ID or name

Response

Secret deleted successfully

The response is of type object.