Ingress

Delete an ingress endpoint

DELETE
/api/v1/ingress/{id}

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Path Parameters

id*string

Ingress CUID

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/ingress/string"
{  "id": "string",  "roomId": "string",  "livekitIngressId": "string",  "name": "string",  "inputType": "RTMP",  "enableTranscoding": true,  "participantIdentity": "string",  "participantName": "string",  "ingressUrl": {},  "streamKey": {},  "status": "CREATED",  "createdByExternalId": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}