Skip to content

Delete Project

Request

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
Path
idstringrequired

id of the project to delete

Headers
Acceptstring(ProjectAcceptHeader)required

Set this to application/api.luminovo.project-v1+json.

Value:"application/api.luminovo.project-v1+json"
DELETE
/projects/{id}
curl -i -X DELETE \
  'https://api.luminovo.com/projects/{id}' \
  -H 'Accept: application/api.luminovo.project-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Project deleted.