Delete multiple WebRTC connections
Delete multiple WebRTC connections
Soft delete multiple WebRTC connections by their IDs. See WebRTC Connections.
DELETE
Delete multiple WebRTC connections
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Body
application/json
Array of WebRTC connection IDs to delete
Example:
["id_1", "id_2"]Response
WebRTC connections deleted successfully