cURL
curl --request DELETE \ --url https://api.example.com/projects/{project_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Project deleted successfully