Delete a Realtime app
DELETE
/v1/realtime/apps/{realtime_app_id}
curl -X DELETE "https://us1.platform.bird.com/v1/realtime/apps/{realtime_app_id}" \
-H "Authorization: Bearer $TOKEN"Permanently deletes the app: disconnects all clients and removes its keys and configuration. This cannot be undone.