AladiaDocs
Api referenceSpacesMembers

Remove license of a member

Update the remove license of a space

PATCH
/v2/spaces/{spaceId}/members/remove-license

Update the remove license of a space

AuthorizationBearer <token>

In: header

Path Parameters

spaceId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/spaces/string/members/remove-license" \  -H "Content-Type: application/json" \  -d '{    "courseId": "string",    "groupId": "string",    "cycleId": "string",    "profileIds": [      "string"    ]  }'
{}