Delete an existing assistant action.
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/assistants/{assistant_id}/actions/{action_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 action
Returns null on successful deletion.
Was this page helpful?
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/assistants/{assistant_id}/actions/{action_id} \
--header 'Authorization: Bearer <token>'null