Remove a member from a folder

delete/folders/{folderId}/members/{memberId}
Internal-Use Only

Removes the specified member from the folder. This does not delete the target resource. The proper way to delete a resource is to use the resource's persistence service to delete it. Using that service generates an event that causes the folders service to clean up any members that have that target resource's URI.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
folderId
string<object-id>
true

The identifier of a specific folder, or of one of the delegate strings @myFolder, @appDataFolder, @myHistory, @myFavorites, or @public.

memberId
string
true

Member id.

Responses

StatusMeaningDescription
204No ContentThe member was deleted.
404Not FoundNo member exists at the requested path.Schema