Skip to main content
DELETE
/
docs
/
groups
/
{id}
Delete doc group
curl --request DELETE \
  --url https://productlane.com/api/v1/docs/groups/{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