DELETE/projects/{project_id}/changelog/{entry_id}

Delete a changelog entry

Permanently delete an entry. To remove it from the public board without losing it, set its status to `hidden` instead.

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

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
entry_idpathstringrequired

MongoDB ObjectId of the changelog entry

Example: 6630f1c7c2b3a40a1e9e1b33

Responses

Navigation