• Document Up to Date

Clear Cache

Clears the Profile Aggregator Cache.

Resource Information

This service uses the tomcat application on port 8080 by default. To see a list of default ports click here

The context for this API is /crafter-social, please prefix the API URLs with this context.

HTTP Verb
GET
URL
/api/3/system/profile/clear
Response Formats
JSON

Parameters

Name
Type
Required
Description
profileIds
String

List of IDs to be removed from the Cache

Warning

If the profileIds parameter is empty or not included in the request, all profiles in the cache will be cleared.

Example

Request

GET .../api/3/system/profile/clear

Response

Status 200 OK

1true

Responses

Status
Location
Response Body
200

See example above.
401

{ "message" : "User must be logged in" }
403







{ "message" : "Current subject does not have
permission to execute global action ..." }
500

{ "message" : "Internal server error" }