delete https://api.instantpay.in/contacts/address
Use Instantpay’s Delete Address API to maintain a precise, organised location database. It's a must-have tool for businesses that want to optimise location management. Our API lets you easily remove outdated or irrelevant addresses. It keeps your data clean and clutter-free.
The Delete Address API is especially helpful for businesses with dynamic location databases. It supports real-time updates, so you can keep only useful information. This solution will help businesses. It will boost efficiency and focus on location data. That data drives strategic decisions.
Use Instantpay's Delete Address API to optimise your location management. It will keep your database accurate and relevant to your business.
Request Parameters
Name | Type | Requirement | Description |
---|---|---|---|
gcId | String | Mandatory | Contact Id(You will get from Add Contact Response) |
AddressId | String | Mandatory | Address Unique Id |
Sample Request
curl --location --request DELETE 'https://api.instantpay.in/contacts/address' \
--header 'Content-Type: application/json' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}' \
--data '{
"gcId":"645383ba4acec95a32089822",
"addressId": "6453883b1b3f10b8f1093092"
}'
DELETE /contacts/address HTTP/1.1
Host: api.instantpay.in
Content-Type: application/json
X-Ipay-Auth-Code: {{authCode}}
X-Ipay-Client-Id: {{clientId}}
X-Ipay-Client-Secret: {{clientSecret}}
X-Ipay-Endpoint-Ip: {{endPointIP}}
Content-Length: 89
{
"gcId":"645383ba4acec95a32089822",
"addressId": "6453883b1b3f10b8f1093092"
}
Response Parameter
Name | Type | Description |
---|---|---|
statuscode | String | Instantpay status code |
actcode | String | Action code |
status | String | Status message |
data | Array | Response data(if Present) |
timestamp | String | Response time (YYYY-MM-DD HH:II:SS) |
ipay_uuid | String | Request reference number |
orderid | String | Transaction Id ( If transaction otherwise it is null ) |
environment | String | Live/Sandbox |
{
"statuscode": "TXN",
"actcode": null,
"status": "Address Deleted successfully",
"data": null,
"timestamp": "2023-05-04 16:31:13",
"ipay_uuid": "h00699160252-2be9-4df2-b032-647b27d2fa2c",
"orderid": null,
"environment": "LIVE",
"internalCode": null