VirtuousAI
ReferenceV1

Delete Attachment

Soft delete a chat attachment.

DELETE
/api/v1/chat/attachments/{attachment_id}

Path Parameters

attachment_id*string
Formatuuid

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

curl -X DELETE "https://loading/api/v1/chat/attachments/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}