Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
environments
/
{environmentName}
Delete an environment
curl --request DELETE \
  --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/environments/{environmentName} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "<string>",
  "violations": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required
environmentName
string
required

Response

Environment has been deleted