Paddle.Product.Coupon.delete

You're seeing just the function delete, go back to Paddle.Product.Coupon module for more information.
Link to this function

delete(coupon_code, params \\ %{}, opts \\ [])

View Source

Specs

delete(String.t(), params, keyword()) ::
  {:ok, [t()]} | {:error, Paddle.Error.t()}
when params: %{optional(:product_id) => integer()}