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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.