Delete VirtualModel

View as Markdown

Permanently delete a VirtualModel.

This does not affect any in-flight requests already being routed through this VirtualModel. IGW’s model cache is refreshed on its next polling cycle.

Path parameters

workspacestringRequired
namestringRequired

Query parameters

expected_db_versionintegerOptional
Optional database version for optimistic locking. Delete only succeeds if the VirtualModel still has this version.

Response

VirtualModel deleted

Errors

404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error