Delete a project from the specified ESP server and deployment

delete/deployments/{deploymentName}/edgeServers/{serverName}/projects/{projectName}

Deletes a project from the specified ESP server and deployment.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
deploymentName
string
true

The name of the deployment.

projectName
string
true

The name of the ESP project.

serverName
string
true

The name of the ESP server.

Responses

StatusMeaningDescription
204No Content

The request succeeded.

Headers