DELETE /outfits/{outfit_id} to remove an outfit from your wardrobe. The outfit is immediately hidden from all list and sync endpoints. You must be the owner of the outfit to delete it. The request returns no body on success.
Endpoint
Path parameters
The ID of the outfit to delete.
Response
Status: 204 No Content No response body is returned on success.Example
cURL
Deletion is a soft delete — the underlying data is retained on the server but the outfit no longer appears in list or sync results. It is not possible to restore a deleted outfit through the API.