DELETE api/NYMCARDService/DeleteWebhook/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponseOfBoolean
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Data

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Data": true,
  "ErrorMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<BaseResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.NYMCARD.Service.Models">
  <Data>true</Data>
  <ErrorMessage>sample string 3</ErrorMessage>
  <IsSuccess>true</IsSuccess>
</BaseResponseOfboolean>