Yedpay

Description (Delete Device)

Delete the selected device. (DELETE)

End Point

https://api.yedpay.com/v1/devices/{{device_id}}

Variable

Variable
# Name Type Description
1 device_id String Device's ID

Request Header

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

Body

Body
# Name Type Description

Response

Table Information
# Key Value Description
1 id String Id of the Device
2 platform String Platform of the Device
3 provider String Push method of device's notification
4 name String Name of the Device
5 token String Token of the Device
6 enabled Boolean Device Enabled or Not
7 created_at String Created Date
8 updated_at String Updated Date

Example Success Response

            {
                "success": true,
                "data": {
                    "id": "JwoMPpKy",
                    "platform": "ios",
                    "provider": "jpush",
                    "name": "xxx",
                    "token": "190e35f7e073ba880ea",
                    "enabled": false,
                    "created_at": "2017-09-01 17:10:51",
                    "updated_at": "2017-09-01 17:10:51"
                }
            }
        

Example Error Response

            {
                "success": false,
                "message": "Unauthenticated.",
                "status": 500
            }
        

v1.65.0-20240318 © The Payment Cards Group Limited. All rights reserved.