MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / delete_action

Method delete_action

tests/utils/api_client.py:770–771  ·  view source on GitHub ↗
(self, action_id: int)

Source from the content-addressed store, hash-verified

768 return self.command("project.action.update", params)
769
770 def delete_action(self, action_id: int) -> None:
771 self.command("project.action.delete", {"actionId": action_id})
772
773 def duplicate_action(self, action_id: int) -> dict:
774 return self.command("project.action.duplicate", {"actionId": action_id})

Callers 2

test_delete_actionFunction · 0.80

Calls 1

commandMethod · 0.95

Tested by 2

test_delete_actionFunction · 0.64