Reset key quotaCopy Pagepost https://{hostname}/apikey-manager-api/v2/keys/quota-resetResets the quota limit for selected keys.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsContains information about the keys to reset the quota for.keyIdsarray of int64srequiredlength ≥ 1Identifies the keys. Run the List keys operation to get them.keyIds* int64ADD int64Responses 204The response indicates the reset quota was reset. 400Bad request. The request contains invalid data. 401Unauthorized. You are not authorized to perform the action. 403Forbidden. You don't have permission to the resource. 404Not found. The resource doesn't exist. 405Method not allowed. 500Internal server error.Updated 4 months ago