Uiza Documentation
Search…
Uiza Documentation
2020-07-01
Hola! 👋
Getting Started
Introduction
Authentication
Errors
Quick Starts
Pagination
Recommended Specifications
Postman Collections
Sample Streaming Apps
Versioning
API Reference
Live Entities
Create A Live Entity
Retrieve A Live Entity
Update A Live Entity
[Deprecated] Update A Live Entity
Delete A Live Entity
List All Live Entities
[Deprecated] Enable Live Entity DVR
[Deprecated] Disable Live Entity DVR
Reset Ingest Key
Live Sessions
Video Entities
Video Presets
Video Profiles
Events
Webhook Endpoints
SDK REFERENCE
Introduction
Android SDK
iOS SDK
Web Player SDK
API UPGRADES
Release Notes
API Changelog
Powered By
GitBook
Delete A Live Entity
Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
delete
https://api.uiza.sh
/v1/live_entities/:id
/v1/live_entities/:id
Sample Request
1
curl -X DELETE https://api.uiza.sh/v1/live_entities/22013d8a-d5fa-48f0-9a63-1f471ca9e81d
2
-H 'Accept: */*' -H 'Authorization: uap-c1ffbff4db954ddcb050c6af0b43ba56-41193b64'
3
-H 'Cache-Control: no-cache'
4
-H 'Connection: keep-alive'
Copied!
Previous
[Deprecated] Update A Live Entity
Next
List All Live Entities
Last modified
2yr ago
Copy link