DELETE
/
v1
/
extensions
/
{id}
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/extensions/{id} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "success"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

id
string
required

The ID of the extension to delete

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200
application/json

Extension deleted successfully

The response is of type object.