cURL
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>" ] }
An endpoint for deleting an environment by name
a valid bearer token
Environment has been deleted
Was this page helpful?