DELETE api/PaymentCard/Delete
Delete a payment card
Request Information
URI Parameters
None.
Body Parameters
PaymentCardDeleteModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.