Interface ProjectsApiProjectsDestroyRequest

Request parameters for projectsDestroy operation in ProjectsApi.

ProjectsApiProjectsDestroyRequest

interface ProjectsApiProjectsDestroyRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this project.

ProjectsApiProjectsDestroy