Deleting catastrophes
Use the following endpoint to delete a catastrophe:
- DELETE
/admin/v1/catastrophes/{catastropheId}
For example, the following request deletes the catastrophe with the id
of xc:SU5u9VXWkGhivWLmAp7Yy.
Command
DELETE /admin/v1/catastrophes/xc:SU5u9VXWkGhivWLmAp7Yy
When the API has successfully deleted the catastrophe, it will return an empty body in response.