Skip to main content
DELETE
/
projects
/
{id}
Delete project
curl --request DELETE \
  --url https://api.surefeedback.com/api/v1/projects/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Project deleted successfully"
}
Permanently deletes a project, including all its sites, comments, and associated data.
This action is irreversible.

Path parameters

id
string
required
UUID of the project to delete.
{
  "success": true,
  "message": "Project deleted successfully"
}