cURL
curl --request DELETE \ --url https://api.example.com/v1/projects/{id}
Soft-delete a project. The project can be restored later.
deletedAt
curl -X DELETE https://api.getkommit.ai/v1/projects/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \ -H "Authorization: Bearer km_your_api_key"
Was this page helpful?