Skip to main content
DELETE
/
v1
/
certificates
/
{name}
Delete Certificate
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/certificates/{name} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt

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

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

name
string
required

The name of the certificate to delete

Response

Certificate deleted successfully

data
object