curl --request DELETE \
--url https://api.getfernand.com/organization/rag/sources \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"uuids": [
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]
}
'{}curl --request DELETE \
--url https://api.getfernand.com/organization/rag/sources \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"uuids": [
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]
}
'{}Array of source UUIDs to delete.
[
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]Sources queued for deletion.
The response is of type object.
Was this page helpful?