Interface IResourceActionGroupsApi

Interface representing the Resource Action Groups API.

Hierarchy

  • IResourceActionGroupsApi

Implemented by

Methods

  • Deletes a action group based on the resource key and group key.

    Parameters

    • resourceKey: string

      The resource key.

    • groupKey: string

      The group key.

    Returns Promise<void>

    A promise that resolves when the action group is successfully deleted.

    Throws

    PermitApiError If the API returns an error HTTP status code.

    Throws

    PermitContextError If the configured ApiContext does not match the required endpoint context.

Generated using TypeDoc