DELETE
/
deploy
/
{name}
curl --request DELETE \
  --url http://localhost:3370/deploy/{name} \
  --header 'KODOSUMI_API_KEY: <api-key>'
"<string>"

Authorizations

KODOSUMI_API_KEY
string
header
required

Path Parameters

name
string
required

Name of the deployment configuration

Response

200
text/plain

Deployment configuration deleted

The response is of type string.