USACE/water

water-api: Delete Visualization Endpoint

Closed this issue · 1 comments

Add an endpoint to the water-api to delete visualization. This will be available from the user interface here (delete button shown below):

image

The request will be sent to DELETE /visualizations/:visualization_slug.

For example, deleting visualization alum-creek-dam-profile-chart would require:

DELETE /visualizations/alum-creek-dam-profile-chart

This is working great. Thanks @adamscarberry. Closing now.