Cartalyst\Stripe\Api\Sources::delete PHP Method

delete() public method

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