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