I’m trying to write some tests which involve project creation. Is it possible to delete a sg project via the API (eg so I can do a tear-down once the test is complete).
Shotgun.delete(entity_type, entity_id)
I should really test the obvious before posting
1 Like