For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unassign User from License

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

Method : POST

Data example

{
    "license_user_id": 1585
}

or

{
    "license_user_email": "user@example.com"
}

Success Response

Code : 200 OK

Content examples :

{
    "message": "License unassigned."
}

Last updated

Was this helpful?