DELETE api/PaymentCard/Delete

Delete a payment card

Request Information

URI Parameters

None.

Body Parameters

PaymentCardDeleteModel
NameDescriptionTypeAdditional information
DeviceId

The device's ID

string

Required

Id

The payment card's primary ID

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1",
  "Id": 120435
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.