deleteCoupon() public static method

public static deleteCoupon ( $couponCode, $client = null )
 public function testDeleteCoupon()
 {
     $this->client->addResponse('DELETE', '/coupons/special', 'coupons/destroy-204.xml');
     Recurly_Coupon::deleteCoupon('special', $this->client);
 }