Description (Delete Company Application)
Delete the selected Company Application. (DELETE)
End Point
https://api-h2h-staging.yedpay.com/v1/applications/{{company_application_id}}
Variable
| # | Name | Type | Description |
|---|---|---|---|
| 1 | company_application_id | String | Company Application'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 Application Success or Fail |
| 2 | message | String | Message of the request |
Example Success Response
{
"success": true,
"message": "Successfully remove application."
}
Example Error Response
{
"success": false,
"message": "Unauthenticated.",
"status": 500
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.