Unispec Docs
ApiAgents

Delete a project secret

DELETE
/v1/secrets/{name}

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/secrets/string"
{  "deleted": "string"}
{  "detail": "string"}