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
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

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