Delete a Document Category

Delete a documentation category

POST https://squid-app-2-bcuud.ondigitalocean.app/v1/api/category/documentation/delete

Request Body

Name
Type
Description

documentation_id*

string

Unique Documentation Category Identifer

```json
 "success": true,
    "message": "Deleted successfully"
```

Last updated