curl --location --request DELETE 'https://api.flireo.com/api/v1/byok' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "provider": "deepgram" }'
{ "success": true, "byok_keys": {} }