DeleteRolealiasesById
Function: deleteRolealiasesById()
deleteRolealiasesById<
ThrowOnError>(options):RequestResult<DeleteRolealiasesByIdResponses,DeleteRolealiasesByIdErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:808
Permanently removes a role alias from the system. The DeleteRoleAlias endpoint ensures that a specific alias mapping is deleted, reverting the system to its default naming for the associated role. This action is restricted to authorized users and includes checks to ensure the resource exists before attempting deletion. Upon success, a 204 No Content status is returned to signify the resource's removal.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options
Options<DeleteRolealiasesByIdData, ThrowOnError>
Returns
RequestResult<DeleteRolealiasesByIdResponses, DeleteRolealiasesByIdErrors, ThrowOnError>