Skip to content

Example: Deleting a Shot

kporangehat edited this page Dec 10, 2010 · 3 revisions

Deleting an entity in Shotgun is pretty straightforward. No extraneous steps required.

result = sg.delete("Shot", 40435) 

If the Shot was deleted successfully result will return:

True
Clone this wiki locally