curl --request DELETE \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id}/sources/{source_id} \
--header 'Authorization: Bearer <token>'{}Remove a source from the vault’s source_ids[]. Idempotent.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id}/sources/{source_id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?