Skip to main content
DELETE
/
fastedge
/
v1
/
secrets
/
{secret_id}
Delete a secret
curl --request DELETE \
  --url https://api.gcore.com/fastedge/v1/secrets/{secret_id} \
  --header 'Authorization: <api-key>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

secret_id
integer<int64>
required

Unique identifier of the secret to delete

Query Parameters

force
boolean

When true, deletes secret even if used by applications. Defaults to false.

Response

Secret successfully deleted