Documentation Index
Fetch the complete documentation index at: https://docs.tktchurch.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires authentication and the deleteLivestream permission.
Path Parameters
The UUID of the livestream to delete
Response
Returns HTTP 204 (No Content) on successful deletion.
Error Responses
Error details when the request fails
Error message explaining why the request failed
Common error cases:
- 401 Unauthorized: Missing or invalid access token
- 403 Forbidden: Missing required permission
- 404 Not Found: Livestream not found
curl -X DELETE "https://api.tktchurch.com/v1/livestreams/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."