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>'nullBearer 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