cURL
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.
API key passed in the header
The ID of the integration to delete
"550e8400-e29b-41d4-a716-446655440000"
Integration deleted successfully
Show child attributes
Was this page helpful?