Skip to main content

Ban streams

Request

Request-Line

POST /lls/v1.0/stream/ban

Request Body

ParameterTypeRequiredDescription
streamIdsArrayMandatoryArray of stream ids to ban.

Response

Response Body

ParameterTypeRequiredDescription
streamIdsArrayMandatoryArray of stream ids to ban.
updatedTimestampOptionalTimestamp of updated time in UTC timezone. Default is now.
statusStringMandatoryStatus 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