Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
connections
/
environment-overrides
Delete environment connection overrides
curl --request DELETE \
  --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/connections/environment-overrides \
  --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
required

The unique identifier of the project from which the environment connection overrides will be deleted

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

environmentName
string
required

Name of the environment for which the overrides need to be deleted. Note: Large numbers of connection names may result in URL length limits being exceeded, causing a 400 Bad Request response.

connectionNames
string[]
required

Comma-separated list of connection names whose overrides are to be deleted from this environment. Its important to note that specifying too many connection names may exceed URL length limits and result in a 400 Bad Request response. Consider splitting large deletions into multiple requests.

Response

Environment connection overrides successfully deleted