DELETE /reflection
Deletes a specific reflection and all associated information. This removes the materialization associated with the reflection asynchronously, after a brief delay. This wait is so that ongoing queries, if any, complete as planned.
[note] Note
If a query is in progress when a reflection is deleted, it will still complete as planned.
Syntax
DELETE /api/v3/reflection/{id}
Response Codes
403
- user does not have permission to delete the reflection (has to be an administrator).404
- a reflection with the specified id could not be found.