diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 954d3194552..485a8872393 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -215,6 +215,13 @@ $ curl -X GET -H "Authorization: Bearer LONG_LIVED_ACCESS_TOKEN" \ } ``` +To delete the sensor, send DELETE request with curl + +```bash +$ curl -X DELETE -H "Authorization: Bearer LONG_LIVED_ACCESS_TOKEN" \ + http://localhost:8123/api/states/binary_sensor.radio +``` + ### Examples In this section you'll find some real-life examples of how to use this sensor, besides `curl`, which was shown earlier.