DeveloperAPI ReferenceActivityPurge
/api/activity/purge
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X DELETE "https://loading/api/activity/purge" \ -H "Content-Type: application/json" \ -d '{ "olderThanDays": 1 }'{
"success": true,
"purged": 0
}{
"error": "string"
}