curl --request DELETE \
--url https://api.openworklabs.com/v1/roles/{roleId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Deletes a custom organization role after confirming that no members or pending invitations still depend on it.
curl --request DELETE \
--url https://api.openworklabs.com/v1/roles/{roleId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'orl_' prefix and a 26-character base32 suffix.
30^orl_.*Organization role deleted successfully.
Was this page helpful?