cURL
curl --request DELETE \ --url https://productlane.com/api/v1/changelogs/{id} \ --header 'Authorization: Bearer <token>'
{ "isDeleted": true }
Delete a changelog entry by ID. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response