Skip to main content

Delete multiple menus

DELETE 

https://api.staging.powerapi.com/api/v2/catalog/menus

Bulk delete multiple menus

Request

Responses

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
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"
]'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Body required
[
  "4lj8y3ygw1w0"
]
ResponseClear

Click the Send API Request button above and see the response here!