Skip to main content
DELETE
/
fs
/
{source_id}
/
files
Delete file
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/fs/{source_id}/files \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

Query Parameters

path
string
required

Response

Successful Response