Delete a member

delete/annotations/{annotationId}/members/{memberId}

Deletes the member for the specified annotation and member ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
annotationId
string
true

The annotation ID.

memberId
string
true

The member ID to delete.

Responses

StatusMeaningDescription
204No Content

The member was deleted.

404Not Found

The specified annotation or member does not exist.

Schema