teamCreateRemoveUsersAccessForUniverse
Removes a users team create access.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | Identifier | The ID of the universe to remove the users team create access from. |
| userId | Identifier | The ID of the user to remove team create access from. |
Example
const { data: success } = await ClassicDevelopApi.teamCreateRemoveUsersAccessForUniverse({
universeId: 6069031486,
userId: 45348281,
}); Endpoint
DELETE /v1/universes/{universeId}/teamcreate/memberships