diff --git a/docs/api/rest.md b/docs/api/rest.md index c42c5240..fc97188e 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -823,3 +823,19 @@ curl \ ``` + + + +Deletes an entity with the specified `entity_id`. + +Sample `curl` command: + +```shell +curl \ + -X DELETE \ + -H "Authorization: Bearer TOKEN" \ + -H "Content-Type: application/json" \ + http://localhost:8123/api/states/sensor.kitchen_temperature +``` + +