Delete Next Collection in List

DELETE https://api.getpostman.com/collections/{{next_collection_uid}}

This request will look for a variable named *next_collection_uid* (which is created / setup by the previous request -- Get All Collections for Workspace) and will delete the collection referenced by this variable. It will also look for a collection variable named Full collection list and will pop one collection UID from that list to be stored as the nextcollectionuid (i.e. the next collection to be deleted).

NOTE: This request is meant to be run within the context of the collection runner for this collection, since it depends on outputs from the previous request in the collection. Also, when run within the collection runner, this request will be called multiple times in order to delete all collections from the specified workspace.