Description (Delete Company Domain)
Delete the domain name of the company for using online gateways (DELETE)
End Point
https://api.yedpay.com/v1/companies/{{company_id}}/aml-domains/{{domain_id}}
Variable
# | Name | Type | Description |
---|---|---|---|
1 | company_id | String | Company ID |
2 | domain_id | String | Company Domain's ID |
Request Header
# | Key | Value | Description |
---|---|---|---|
1 | Authorization | Bearer {{access_token}} | Login Token |
Body
# | Name | Type | Description |
---|
Response
# | Name | Type | Description |
---|---|---|---|
1 | success | Boolean | Delete Domain Success or Fail |
2 | message | String | Message of the request |
Example Success Response
{ "success": true, "message": "Successfully remove domain." }
Example Error Response
{ "success": false, "message": "Unauthenticated.", "status": 500 }
v1.62.0-20231122 © The Payment Cards Group Limited. All rights reserved.