Deletes a skill secret value.

Deletes a stored skill secret value. Workspace-scoped values require admin permissions; user-scoped values affect only the requesting user. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Query parameters

envVarNamestringRequired
The env var name of the value.
scopestringRequired

The scope of the value (“workspace” or “user”).

Response

No Content

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error