curl --request DELETE \
--url https://api.openworklabs.com/v1/members/{memberId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Removes a member from an organization while protecting the owner role from deletion.
curl --request DELETE \
--url https://api.openworklabs.com/v1/members/{memberId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'om_' prefix and a 26-character base32 suffix.
29^om_.*Member removed successfully.
Was this page helpful?