Ban streams
Request
Request-Line
POST /lls/v1.0/stream/ban
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
streamIds | Array | Mandatory | Array of stream ids to ban. |
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
streamIds | Array | Mandatory | Array of stream ids to ban. |
updated | Timestamp | Optional | Timestamp of updated time in UTC timezone. Default is now. |
status | String | Mandatory | Status of domain. Valid values: banned. |
Examples
Ban Multiple Streams by Ids
This example shows how to ban two streams by their Ids.
Request
POST /lls/v1.0/stream/ban HTTP/1.1
{
"streamIds": [
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"e7a4f5a0-2b1d-4c3e-8a9a-1b2c3d4e5f6a"
]
}
Successful Response Body
{
"streamIds": [
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"e7a4f5a0-2b1d-4c3e-8a9a-1b2c3d4e5f6a"
],
"updated": "2025-07-11T14:26:54Z",
"status": "banned"
}
Best Practices
Rate Limiting
Rate Limits
Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:
- 100 requests per minute
- 1000 requests per hour