Reset Consumptions on License

Resets consumption on a single license, if the requesting manager has access permissions to it.

Endpoint: POST /api/v1/licenses/{id}/reset_consumption

circle-info

This action requires the requesting manager to have access permissions to the specified license.

Success response:

Status: 200 OK

Response (application/json)
{
    "message": "License consumption reset."
}

Was this helpful?