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>"
}
}
}Deletes an existing integration and removes its stored credentials.
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>"
}
}
}Was this page helpful?