CallDocumentation Index
Fetch the complete documentation index at: https://docs.drssed.app/llms.txt
Use this file to discover all available pages before exploring further.
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
| Field | Value |
|---|---|
| Method | DELETE |
| Path | /outfits/{outfit_id} |
| Auth required | Yes (Bearer token) |
| Rate limit | 5 per minute |
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.