api V1Publisher Deployment Deployment Id Delete
open suspend fun apiV1PublisherDeploymentDeploymentIdDelete(deploymentId: String): HttpResponse<Unit>
Drop a deployment. Deployments can be dropped if they are in a `FAILED` or `VALIDATED` state.
Return
void
Parameters
deployment Id
The deployment identifier, which was obtained by a call to `/api/v1/publisher/upload`.