v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141381,185842.7 KB

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

post/#X-Amz-Target=AmazonSSM.DeleteInventory

Headers

X-Amz-Target'AmazonSSM.DeleteInventory' required

Request body

TypeNamestring required

The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.

SchemaDeleteOption'DisableSchema' | 'DeleteSchema'
<p>Use the <code>SchemaDeleteOption</code> to delete a custom inventory type (schema). If you don't choose this option, the system only deletes existing inventory data associated with the custom inventory type. Choose one of the following options:</p> <p>DisableSchema: If you choose this option, the system ignores all inventory data for the specified version, and any earlier versions. To enable this schema again, you must call the <code>PutInventory</code> operation for a version greater than the disabled version.</p> <p>DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.</p>
DryRunboolean

Use this option to view a summary of the deletion request without deleting any data or the data type. This option is useful when you only want to understand what will be deleted. Once you validate that the data to be deleted is what you intend to delete, you can run the same command without specifying the <code>DryRun</code> option.

ClientTokenstring

User-provided idempotency token.

Response

Success

DeletionIdstring

Every <code>DeleteInventory</code> operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.

TypeNamestring

The name of the inventory data type specified in the request.