v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Projects

Deleting a Project

Deleting a Project will remove it from the management interface and make it permanently inaccessible. Do not do this unless you are certain you will never need any of its data again. For now, deleting a Project will not purge its Forms. (We will change that in a future release.)

delete/v1/projects/{id}

Path parameters

idnumber required

The numeric ID of the Project

Response

OK

successboolean required

Example response

{
  "success": true
}