Skip to main content

Delete realtime DB node/subtree

DELETE 

/realtime/db/:path

Deletes the given path and all descendants from the realtime DB.

Request

Responses

Successful Response

Response shape

{
"deleted": "users/alice"
}

cURL example

curl -X DELETE "https://mw-client-api.wonderfulcoast-218d579d.centralindia.azurecontainerapps.io/realtime/db/users/alice" \
-H "x-client-id: <client-id>" \
-H "x-client-secret: <client-secret>" \
-H "Authorization: Bearer <access-token>"