Delete secret
Endpoints
Delete Secret
Syteca ACB REST API endpoint to delete a secret. Permanent — there is no soft-delete.
DELETE
Delete secret
Deletes a secret permanently. There is no soft-delete or restore — once deleted, the secret is gone, including its credentials and audit history.
For ACB deployments updated from a version prior to 1.2, switch to the
https://{hostname}/EkranACB server in the Playground.Permissions required
The user owning the Access Token must have Owner role on the secret.Errors
See Status codes. Common errors:- 403 Forbidden — user lacks Owner role.
- 404 Not Found — secret doesn’t exist.
- 409 Conflict — secret is currently checked out by another user.
Related
Get secret
Verify before deletion.
Force check-in
Release a checked-out secret before deletion.
Delete folder
Delete the parent folder after removing all secrets.
API reference
Status codes.