DELETE
/
projects
/
{projectSlug}
/
changelogs
/
{changelogId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

projectSlug
string
required

Project slug

changelogId
string
required

Changelog id

Response

200 - application/json
id
string
project_id
string
author_id
string
title
string
slug
string
summary
string
content
string
image
string
publish_date
string
published
boolean