{ "operationId": "attachmentsDelete", "path": "/attachments.delete", "method": "POST", "summary": "Delete an attachment", "tags": [ "Attachments" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid", "description": "Unique identifier for the attachment." } }, "required": [ "id" ] } }