Delete Item Category
BetaDELETE
/v1/catalog/item-categories/{id}This endpoint is idempotent. Learn more
Deletes an item category owned by your account.
System-owned categories cannot be deleted. Deleting a category that was already deleted returns an already-deleted error rather than a not-found error.
Permissions requiredValues:item_categories:delete
The role behind your API key or agent must grant every one of these permissions.
idstringItem category ID.
Responses
200
Successful response for Delete Item Category