Skip to main content

Enable to delete artifacts from cache by size or date or a given id or ids

DELETE 

/api/v1/delivery/cache/delete

It is possible to pass only one type to delete - size or date or id.
Size - delete all order by createDate DESC until arriving free space of the given size.
Date - must be a string it MM/DD/YY or with backslash or MM.DD.YY, end it delete all until the given date in DESC order.
Id - delete the given catalog id

Request

Body

required

    size number
    date string
    catalogId object

Responses

Loading...