DeleteVideoRequest

public struct DeleteVideoRequest : JSONConstructableRequest

Delete video request see https://dev.twitch.tv/docs/api/reference/#delete-videos

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public let method: HTTPMethod
  • Undocumented

    Declaration

    Swift

    public init(ids: [String]) throws