DELETE Project Cache

DELETE /api/projects/(pid)/delete-cache

Deletes the entire cache for cached objects.

Parameters:
  • pid (string) – Unique project identifier.

Status Codes:

Sample Request

DELETE /api/projects/dbaf026f919620acbf2e961ad732433d/delete-cache HTTP/1.1
Host: localhost:8093
Content-Length: 0
Authorization: Basic c2x5Y2F0OnNseWNhdA==
Accept: */*
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36

Sample Response

HTTP/1.1 204 Object deleted.
Date: Mon, 25 Nov 2018 20:35:59 GMT
Content-Type: text/html;charset=utf-8
Server: CherryPy/14.0.0

See Also