Hi,
In the API documentation,
the shell sample is with a bad endpoint
curl --location --request DELETE ‘http://api.diagram.io/v1/diagrams/:diagramId’
–header ‘dbdiagram-access-token: YOUR_API_TOKEN’
it should be :
curl --location --request DELETE 'https://api.dbdiagram.io/v1/diagrams…
Thx