curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/members/{member_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}DeleteMember removes a member from the given Organisation.
curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/members/{member_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}