Skip to main content
DELETE
/
deployments
/
secrets
/
{id}
cURL
curl -X DELETE \
      -H "Authorization: Bearer $TOGETHER_API_KEY" \
      https://api.together.ai/v1/deployments/secrets/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.