Delete given scene.

DELETE /data/scenes/{scene_id}

Path parameters

Responses

  • 204

    Given scene deleted

DELETE /data/scenes/{scene_id}
curl \
 -X DELETE http://localhost:8080/api/data/scenes/{scene_id} \
 -H "Authorization: $API_KEY"