Deletes a version of a flow.
delete/flows/{flowIdentifier}/versions/{flowVersion}/
Path parameters
flowIdentifierstring required
The unique identifier of the flow whose version that you want to delete
flowVersionstring required
The version of the flow that you want to delete.
Query parameters
skipResourceInUseCheckboolean
By default, this value is <code>false</code> and deletion is stopped if the resource is in use. If you set it to <code>true</code>, the resource will be deleted even if the resource is in use.
Response
Success