For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Scout DocsAccess Scout
API & SDK
API & SDK
  • Endpoints
      • DELDelete a specific integration
LogoLogo
Scout DocsAccess Scout
EndpointsOrganizations

Delete a specific integration

Beta
DELETE
https://api.scoutos.com/v2/integrations/:integration_type/:integration_id
DELETE
/v2/integrations/:integration_type/:integration_id
$curl -X DELETE https://api.scoutos.com/v2/integrations/integration_type/integration_id \
> -H "Authorization: Bearer <token>"
1{}
Was this page helpful?
Previous

List all collections.

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

integration_typestringRequired
integration_idstringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error