Delete a project based on its ID.
Note: A project is the same as an RfQ (Request for Quotation). Both /projects and /rfqs endpoints are available.
Security
BearerAuth
DELETE
curl -i -X DELETE \
'https://api.luminovo.com/projects/{id}' \
-H 'Accept: application/api.luminovo.project-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'