Skip to main content

Delete Project

DELETE 

/org/:orgId/project/:projectId

Deletes the project identified by projectId.

Request​

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

Responses​

Success.

Schema

    id string
    name string
    description string
    version integer
    created integer
    createdBy string
Loading...