Resets consumption on a single license, if the requesting manager has access permissions to it.
Endpoint: POST /api/v1/licenses/{id}/reset_consumption
POST /api/v1/licenses/{id}/reset_consumption
This action requires the requesting manager to have access permissions to the specified license.
Success response:
Status: 200 OK
{ "message": "License consumption reset." }
Was this helpful?