cURL
curl --request DELETE \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "instance": "<string>", "status": 123, "title": "<string>", "type": "<string>", "violations": [ "<string>" ] }
Delete a project
a valid bearer token
Project has been deleted
Was this page helpful?