Remove User from Nest
DELETE /nests/{nestId}/users/{userId}
DELETE
/nests/{nestId}/users/{userId}
Removes a User from a Nest.
Authorizations
Parameters
Path Parameters
nestId
required
string
The ID of the Nest from which the user will be removed.
userId
required
string
The ID of the User to remove from the Nest.
Responses
200
The User was successfully removed from the Nest.
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error