latestOpenAPI 3.1.02026-08-221163801019.2 KB

f0f28319e448

Tool

Deprecate tool versions

Deprecate tool versions that match the specified semver constraint.

Permissions

This endpoint requires the following permissions:

  • Tool:ModifyTool on the tool whose versions to deprecate.
delete/v1/{organization}/tool/{tool_id}/version/{versions}

Path parameters

organizationstring required
tool_idstring required

The ID of the tool to deprecate.

The ID of the tool to deprecate.

versionsstring required

A semver constraint that specifies the version to deprecate in the Python packaging specification. All versions that match this constraint will be deprecated.

A semver constraint that specifies the version to deprecate in the Python packaging specification. All versions that match this constraint will be deprecated.

Headers

x-mongo-cluster-namestring nullable

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

Sec-WebSocket-Protocolstring[]

Response

Succeeded.