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

delete() 공개 메소드

Deletes an existing source from the given customer.
public delete ( string $customerId, string $sourceId ) : array
$customerId string
$sourceId string
리턴 array
    public function delete($customerId, $sourceId)
    {
        return $this->_delete("customers/{$customerId}/sources/{$sourceId}");
    }