Skip to main content
DELETE
/
v1
/
integrations
/
{integrationId}
Delete Integration
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/integrations/{integrationId} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "integration": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "deleted": true,
      "path": "<string>"
    }
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

integrationId
string<uuid>
required

The ID of the integration to delete

Example:

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

Response

Integration deleted successfully

data
object
I