ShortLinkService.deleteShortLinks Method

Deletes short link according to the specified criteria.
 

Parameters

options

Type: Object
Additional parameters associated with the short link. Structure:
   categoryId         [type: String] - The ID of the category for which short links should be deleted, or NULL if
                      the category should not be considered.
   accountId          [type: String] - The ID of the account for which short links should be deleted, or NULL if
                      the account should not be considered.
   fileSystemEntryId  [type: String] - The ID of the file system entry for which short links should be deleted, or NULL if
                      the file system entry ID should not be considered.
 

Optional: True

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.