Delete Generic Action --------------------- .. tabularcolumns:: |p{4cm}|p{10.5cm}| +---------------+------------------------------------------------------+ | Action | Delete | +===============+======================================================+ | title | Delete instance with [pkid] | +---------------+------------------------------------------------------+ | method | DELETE | +---------------+------------------------------------------------------+ | URL | /api///[pkid]/ | +---------------+------------------------------------------------------+ | Parameters | hierarchy=[hierarchy] | +---------------+------------------------------------------------------+ | Payload | N/A | +---------------+------------------------------------------------------+ | support_async | true | +---------------+------------------------------------------------------+ | Class | delete | +---------------+------------------------------------------------------+ .. tabularcolumns:: |p{4cm}|p{10.5cm}| +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Action | Bulk Delete | +===============+=======================================================================================================================================+ | Title | Bulk delete [pkid1],[pkid2]... | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Method | DELETE | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | URL | /api/// | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Parameters | hierarchy=[hierarchy] | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Payload | {"hrefs":["/api///[pkid1]", "/api///[pkid2]", ...]} | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | support_async | true | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Class | delete | +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ For the instance pkids [pkid1],[pkid2], ... that can be added to the DELETE call payload (the instance pkids to delete), use to the GET call for the resource. :: GET /api/// ?hierarchy=sys &format=json .. |VOSS Automate| replace:: VOSS Automate .. |Unified CM| replace:: Unified CM .. |API Guide| replace:: API Guide