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