Skip to main content
Call DELETE /clothing/{clothing_id} to remove a clothing item from your wardrobe. The item is hidden immediately — it will no longer appear in list responses or sync results. A successful deletion returns no body.

Endpoint

Path parameters

clothing_id
string
required
UUID of the clothing item to delete.

Response

Status: 204 No Content No response body is returned on success.

Example

cURL
This is a soft delete — the item is marked as deleted and excluded from all future list and sync results, but the underlying data is retained on the server.