Delete a Realtime app
DELETE
/v1/realtime/apps/{realtime_app_id}
bird realtime apps delete <realtime-app-id> --yescurl -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.
Parameter
realtime_app_id
string
ID of the Realtime app (rap_ prefix), as returned when the app was created.
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Explore the capabilityRealtimeFollow the learning pathBuild your first integrationImplementation guideSend your first realtime event
Try the practice and get an implementation brief