1 <?php 2 namespace OpenDNS\MES\Recurring; 3 4 /** 5 * Deletes a recurring billing profile. 6 */ 7 class Delete extends Request 8 { 9 /** @var string $apiEndpointPath */ 10 protected $apiEndpointPath = 'rbsDelete'; 11 } 12