DELETE api/PaymentInfo/{id}

Deletes a stored payment type / card

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the saved payment type

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
HasErrors

True if there are any errors present

boolean

None.

Errors

The list of errors

Collection of ApiResultError

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.