{ "opencollection": "1.0.0", "info": { "name": "Logto API references Account center Secrets API", "version": "Cloud" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oidc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Delete secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://[tenant_id].logto.app/api/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the secret." } ] }, "docs": "Delete a secret by its ID." } ] } ], "bundled": true }