v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Compute

Delete secret group or key

Delete an entire secret group or a specific key within a secret group. When deleting a specific key, the remaining secrets in the group are preserved. When deleting the entire group, all secrets and the group itself are removed.

delete/compute/v1/secrets/{group}

Path parameters

groupstring required

Name of the secret group

Query parameters

keystring

Specific key to delete within the group. If not provided, the entire group is deleted

envstring

Environment name. If not provided, uses the default environment

Response

Secret or secret group successfully deleted

successboolean
messagestring