Delete RFQ
Future<void> deleteRFQ(String rfqId) async { await _apiClient.delete('/api/v1/purchase/rfqs/$rfqId'); }