Skip to content
Get started

Delete a workspace secret

$ cadenya workspace-secrets delete
DELETE/v1/workspaces/{workspaceId}/workspace_secrets/{id}

Deletes a workspace secret from the workspace

ParametersExpand Collapse
--workspace-id: string

The workspace the secret belongs to.

--id: string

The secret to delete.

Delete a workspace secret

cadenya workspace-secrets delete \
  --api-key 'My API Key' \
  --workspace-id workspaceId \
  --id id
Returns Examples