Next (Publishing a Scene) Previous (Modify Scene)

Deleting Scene

Definition

DELETE https://clara.io/api/scenes/{uuid}

URL Parameters

  • uuid: the scene ID.

Example Request

curl "https://clara.io/api/scenes/59f6f456-cdb4-4c77-a578-4de894bc53c5" \
    -u username:c3be3060-fe81-467b-aa62-0ee42eea9c8b \
    -X DELETE

Clara Node SDK

When using the Clara Node SDK:

$ clara scenes:delete [options]

Next (Publishing a Scene) Previous (Modify Scene)