System Secret Vault
Delete Secret
Delete a system secret from the vault
DELETE
Delete a system secret from the vault.
Base URL
All API requests should be made to:Example request
Request body
| Field | Type | Required | Description |
|---|---|---|---|
secret_uuid | string | Yes | UUID of the secret to delete |
Example response
Error response
If the deletion fails:Response fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful (only present on success) |
details | string | Success message (only present on success) |
secret_uuid | string | UUID of the secret (only present on error) |
Authorizations
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Body
application/json
Secret deletion request
UUID of the secret to delete

