curl --request DELETE \
--url https://apigcp.trynia.ai/v2/fs/{source_id}/namespace \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a filesystem namespace and all its files. Only works for source_type=filesystem namespaces.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/fs/{source_id}/namespace \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?