memberId
(path) - ID do vínculo membro-workspacecurl --location --request DELETE 'https://api-develop.enspace.io/ws/members/123' \
--header 'x-api-key;' \
--header 'en-workspace;'
{
"id": 0,
"created_at": "string",
"updated_at": "string",
"user": {
"id": 0,
"created_at": "string",
"email": "string",
"meta": {
"fname": "string",
"lname": "string"
}
},
"email": "string",
"type": "owner",
"role": 0,
"status": "active"
}