Skip to main content
DELETE
/
changelogs
/
{id}
Delete changelog
curl --request DELETE \
  --url https://productlane.com/api/v1/changelogs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "isDeleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1

Response

Successful response

isDeleted
boolean
required