删除文件
Last updated
Last updated
curl https://api.portkey.ai/v1/files/file-abc123 \
-X DELETE \
-H "x-portkey-api-key: $PORTKEY_API_KEY" \
-H "x-portkey-virtual-key: $PORTKEY_PROVIDER_VIRTUAL_KEY" \
{
"id": "text",
"object": "file",
"deleted": true
}