Delete an existing assistant integration.
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/assistants/{assistant_id}/integrations/{integration_id} \
--header 'Authorization: Bearer <token>'nullDocumentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using your API key
The ID of the org
The ID of the assistant
The ID of the assistant integration
Returns null on successful deletion.
Was this page helpful?
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/assistants/{assistant_id}/integrations/{integration_id} \
--header 'Authorization: Bearer <token>'null