Skip to main content

Delete Payment Series

DELETE 

/payment-series/:paymentSeriesId

Deletes the specified payment series.

info

The request must provide the following header: x-api-key: {merchantKey}

Request

Path Parameters

    paymentSeriesId stringrequired

    Unique Identifier of the Payment Series. Format: PaymentSeries + - + <UUID>

    Example: PaymentSeries-2399b4ad-7d69-42bd-b08e-65884391f72f

Header Parameters

    Content-Type stringrequired

    Must be application/json

    Accept-Language stringrequired

    Must be be en-US

    Origin stringrequired

    The origin of the request

    User-Agent stringrequired

    The client making the request

    x-api-key stringrequired

    x-api-key: {merchantKey}

Responses

Successful operation with no content

info

For error handling, please refer to this section.

Loading...