Remove usage information
Learn how to remove usage information.
Important: If no dates are specified, all usage information is removed.
Capabilities
`usage=write`
Syntax
DELETE /admin/usage?format=json HTTP/1.1
Host: FULLY_QUALIFIED_DOMAIN_NAME
Request Parameters
uid
- Description
-
The user for which the information is requested.
- Type
-
String
- Example
-
foo_user - Required
-
Yes
start
- Description
-
The date, and optionally, the time of when the data request started.
- Type
-
String
- Example
-
2012-09-25 16:00:00 - Required
-
No
end
- Description
-
The date, and optionally, the time of when the data request ended.
- Type
-
String
- Example
-
2012-09-25 16:00:00 - Required
-
No
remove-all
- Description
-
Required when
uidis not specified, in order to acknowledge multi-user data removal. - Type
-
Boolean
- Example
-
True [False]
- Required
-
No