DELETE/projects/{project_id}/ideas/{idea_id}

Delete idea

Soft-delete an idea (sets archived=true). The item will no longer appear in list queries.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
idea_idpathstringrequired

Unique identifier of the idea

Responses

Navigation