API ClientsTypeScript SDKAPI ReferenceCoreType AliasesDeleteRoleDataVersion: 8.9On this pageType Alias: DeleteRoleData type DeleteRoleData = object; Properties body? optional body?: never; path path: object; roleId roleId: string; The role ID. query? optional query?: never; url url: "/roles/{roleId}";Was this helpful?