System RemoveCacheInstance
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
System RemoveCacheInstance
Remove an AF cache instance for a certain user.
Request
DELETE system/cacheinstance
URL Parameters
-
userId The user's Identifier. It is a Windows Security Identifier (SID), if Kerberos or Basic authentication is used. If Bearer authentication is used, the user's identifier could be the client id or other user identifier claims. See Bearer Authentication for more information.
-
forceRemove If it is true, force to remove a cache instance even if it is still in use. The default value is false.
Status Codes
204 : The cache instance is removed.
404 : The cache instance was not found for the specifed user id.
409 : The cache instance to be removed is busy and `forceRemove` paramter is false.