Delete multiple menus
DELETEhttps://api.staging.powerapi.com/api/v2/catalog/menus
Bulk delete multiple menus
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.staging.powerapi.com/api/v2/catalog/menus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '[
"4lj8y3ygw1w0"
]'
ResponseClear