apikeys
Reset the quota state of an api key
Reset the quota state of an api key
delete/api/services/{serviceId}/apikeys/{clientId}/quotas
Path parameters
serviceIdstring required
The api key service id
clientIdstring required
the api key id
Response
Successful operation
Example response
{
"authorizedCallsPerDay": 123,
"authorizedCallsPerMonth": 123,
"authorizedCallsPerSec": 123,
"currentCallsPerDay": 123,
"currentCallsPerMonth": 123,
"currentCallsPerSec": 123,
"remainingCallsPerDay": 123,
"remainingCallsPerMonth": 123,
"remainingCallsPerSec": 123
}