Cartalyst\Stripe\Api\Plans::delete PHP 메소드

delete() 공개 메소드

Deletes an existing plan.
public delete ( string $planId ) : array
$planId string
리턴 array
    public function delete($planId)
    {
        return $this->_delete("plans/{$planId}");
    }