Skip to main content
DELETE
/
api
/
v1
/
secrets
/
{secret_id}
Delete Secret
curl --request DELETE \
  --url https://app.all-hands.dev/api/v1/secrets/{secret_id} \
  --header 'X-Access-Token: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Path Parameters

secret_id
string
required

Response

Successful Response

General response to an edit operation

message
string
required