Deletes a version of an agent.
delete/agents/{agentId}/agentversions/{agentVersion}/
Path parameters
agentIdstring required
The unique identifier of the agent that the version belongs to.
agentVersionstring required
The version of the agent 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