Disable License

Disables a single license, if requesting manager has access permissions to it.

URL: /api/v1/licenses/{id}/disable/

Method: POST

Success Response

Code: 200 OK

Content Examples:

{
    "message": "License disabled."
}

Was this helpful?