Interface IConditionSetsApi

Hierarchy

  • IConditionSetsApi

Implemented by

Methods

  • Deletes a condition set.

    Parameters

    • conditionSetKey: string

      The key of the condition set to delete.

    Returns Promise<void>

    A promise that resolves when the condition set is 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