Secrets
Revoke a secret
Soft-deletes the secret: the proxy daemon refuses to serve it and new sandbox bindings fail. Existing audit-history queries still resolve the row. The same name can be re-used by creating a new secret.
DELETE
Revoke a secret
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-deletes the secret: the proxy daemon refuses to serve it and new sandbox bindings fail. Existing audit-history queries still resolve the row. The same name can be re-used by creating a new secret.
curl --request DELETE \
--url https://api.superserve.ai/secrets/{name} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}curl --request DELETE \
--url https://api.superserve.ai/secrets/{name} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}