Yedpay

Description (Delete Company Application)

Delete the selected Company Application. (DELETE)

End Point

https://api.yedpay.com/v1/applications/{{company_application_id}}

Variable

Variable
# Name Type Description
1 company_application_id String Company Application's ID

Request Header

Request Header
# Key Value Description
1 Authorization Bearer {{access_token}} Login Token

Body

Body
# Name Type Description

Response

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.66.3-20240425 © The Payment Cards Group Limited. All rights reserved.