200 OK success status response code confirms that the member was removed from the business or family. This is a soft delete, where the member is being removed from the specified business or family, but the person would still exist.
ENDPOINT
- DELETE /v1/member/:id
RESPONSE
- {
- "id": "mem-4555a89d-bd8e-418e-bffe-af17b11b148c",
- "isDeleted": true
- }