@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeleteRoleData

    type DeleteRoleData = {
        body?: never;
        path: { roleId: string };
        query?: never;
        url: "/roles/{roleId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { roleId: string }

    Type Declaration

    • roleId: string

      The ID of the role to delete.

    query?: never
    url: "/roles/{roleId}"