Skip to main content
DELETE
/
api
/
secrets
/
{secret_id}
Delete Custom Secret
curl --request DELETE \
  --url https://app.all-hands.dev/api/secrets/{secret_id} \
  --header 'X-Session-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

secret_id
string
required

Response

Successful Response