Closed vchulski closed 1 year ago
Added methodexport_snapshot_delete() to the Project class to address the issue #80
export_snapshot_delete()
Project
I am not sure about the export_id param - I've added it like this to be consistent throughout the SDK, though in API it is named as export_pk.
export_id
export_pk
export_pk and export_id are the same.
Added method
export_snapshot_delete()
to theProject
class to address the issue #80I am not sure about the
export_id
param - I've added it like this to be consistent throughout the SDK, though in API it is named asexport_pk
.