Delete an existing assistant integration.
cURL
curl --request DELETE \ --url https://api.example.com/orgs/{org_id}/assistants/{assistant_id}/integrations/{integration_id}
"<unknown>"
The ID of the org
The ID of the assistant
The ID of the assistant integration
Returns null on successful deletion.
The response is of type unknown.
unknown
Was this page helpful?