Skip to main content

Delete an Action

The deletion of an action with a TaskingAI client SDK is straightforward. You can use the delete_action method with the action_id to delete an action.

import taskingai

taskingai.tool.delete_action(action_id="YOUR_ACTION_ID)
warning

Be cautious when deleting an action especially when it is already integrated with an assistant. Deletion may cause the Assistant to receive unexpected errors when generating response messages.