curl --location --request DELETE '/spaces//invite/remove' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"activeOrganizationUsersCount": 0,
"uniqueSpaceUsersCount": 0,
"status": "ok",
"message": "Invite has been removed"
}