Skip to content

Delete a project, deletion operation will be added to queue. To get status of project deletion use jobs/{jobId} API

Request

Deleting a project will delete all project inventory, custom field values, corresponding notes and all code base files permanently from the server.

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
curl -i -X DELETE \
  https://codeinsightapi.redocly.app/_mock/swagger/projects/1 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Accepted