DELETE api/groups/{groupid}/members/{memberid}/memberotherstatuses/{id}?otherStatusNumber={otherStatusNumber}

Deletes a MemberOtherStatus.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

The ID of the group to which the member and other status belong.

integer

Required

memberid

The ID of the member to delete the status for.

integer

Required

id

The ID of the MemberOtherStatus to delete.

integer

Required

otherStatusNumber

The number of the other status to delete. Values of 1, 2, and 3 are valid.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns status code 204 (No Content) if successful; otherwise, returns an error message.

None.