Hi Miro team,
I am encountering a persistent 500 Internal Server Error when attempting to remove a team member via the REST API v2. This failure is occurring for a specific team, as I’m able to remove the same user from other teams with the same endpoint. (user not found in those teams, but the api does not crash).
API Endpoint: DELETE https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}/members/{member_id}
Request Details:
-
HTTP Method: DELETE
-
Authorization: Bearer Token (Scopes include
organizations:teams:write) -
Plan Tier: Enterprise
Response Received:
{
"code": "internalError",
"message": "Internal server error",
"status": 500,
"type": "error"
}
Do you know about any known issues with this endpoint on your side?
Thanks,
Dan

