Story #4988
Updated by daviddavis over 5 years ago
Example: <pre> http POST :24817/pulp/api/v3/uploads/ size=10485759 # returns a UUID (e.g. 345b7d58-f1f8-45d9-d354-82a31eb879bf) export UPLOAD='/pulp/api/v3/uploads345b7d58-f1f8-45d9-d354-82a31eb879bf/' http DELETE :24817${UPLOAD} </pre> Allow any Question: if an upload to is 'complete' but not yet imported into an artifact, can it be deleted. Also, add a filter to list incomplete uploads. deleted?