POST /admin/delete_deployment

Query parameters

  • name string Required

Responses

  • 200

    Successful Response

  • 422

    Validation Error

    Hide response attribute Show response attribute object
POST /admin/delete_deployment
curl \
 -X POST http://api.trentaml.com/admin/delete_deployment?name=string
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}