Interface IProjectsApi

Hierarchy

  • IProjectsApi

Implemented by

Methods

  • Deletes a project.

    Parameters

    • projectKey: string

      The key of the project to delete.

    Returns Promise<void>

    A promise that resolves when the project 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