Delete a Project

delete

/api/restapi/project/{projectId}

Send a request to this endpoint to delete a project. The application object with an ID value that matches the value of the {projectId} path parameter will be deleted.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful cascade delete operation.
Body ()
Root Schema : ApiEntityScheduleJob
Type: object
Title: ApiEntityScheduleJob
Show Source

204 Response

Successful operation with no content.

404 Response

Invalid input for the Project service.
Back to Top