Skip to content

Remove User from Nest

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
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

500

Server Error