De-register Devices
De-register devices using the Razorpay TPAP Pro API.
POST
Available in🇮🇳 India
TPAP should de-register the device at Razorpay’s end by calling this API whenever the customer removes the SIM from their mobile application. It can also be used in general to de-register the device. On de-registration, the customer’s device binding, all VPAs, all fund sources, and their mappings are deleted. Use this endpoint to de-register the device.
Request Parameters
string
required
The unique identifier of the device. For example,
advertising_id or android_id.string
required
The application package name.
string
required
The SIM identifier.
string
required
The device manufacturer.
string
required
The model of the device.
string
required
The operating system running on the device.
string
required
The version of the operating system.
Response Parameters
enum
Status of the de-registration. Possible values:
device_deregistereddevice_deregisteration_failed
string
The unique identifier of the device. For example,
advertising_id or android_id.string
The application package name.
string
The SIM identifier.
string
The phone manufacturer.
string
The model of the phone.
string
The operating system running on the device.
string
The version of the operating system on the device.