cURL
curl --request DELETE \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/variables/{variableName}/environment-overrides/{environmentName} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "instance": "<string>", "status": 123, "title": "<string>", "type": "<string>", "violations": [ "<string>" ] }
Delete the environment-level override for a given project variable and environment
a valid bearer token
255
^(?!\$$)[a-zA-Z_$][a-zA-Z0-9_$]*$
^(?!-)[\w() -]{1,255}(?<!-)$
Project variable environment override has been deleted
Was this page helpful?