The Delete Digital Resources command deletes a list of digital resources from the database.
Delete Digital Resources digital_resource_ids
A copy of the digital_resource_ids list with non-deleted digital resources marked with zero values. |
Example: Add and then delete a digital resource from the database.
tell application "Virtual Ticket 8.0"
Add Files¬
{"Jobs:000001 - Rockport Spring Cat:"¬
,"Jobs:000002 - Builders Catalogue:Annual Report"}
set idsForScans to Get Figital Resource Ids¬
{ "Jobs:000001 - Rockport Spring Cat:Scans"}
Delete Digital Resources idsForScans
end tell