Management APIChannel management

Batch Delete Channels

👨‍💼 Requires Administrator Permissions (Admin)

POST
/api/channel/batch

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

ids?array<integer>

Response Body

curl -X POST "https://example.com/api/channel/batch" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?