v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Deletes the specified thing type. You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.

Requires permission to access the DeleteThingType action.

delete/thing-types/{thingTypeName}

Path parameters

thingTypeNamestring required

The name of the thing type.

Response

Success

DeleteThingTypeResponse required

The output for the DeleteThingType operation.