Skip to main content
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

Curl

Response

Response

Parameters

uuid mandatory : string The unique identifier of the device. For example, advertising_id or android_id. app mandatory : string The application package name. ssid mandatory : string The SIM identifier. manufacturer mandatory : string The device manufacturer. model mandatory : string The model of the device. os mandatory : string The operating system running on the device. os_version mandatory : string The version of the operating system.

Parameters

status : enum Status of the de-registration. Possible values:
  • device_deregistered
  • device_deregisteration_failed
uuid : string The unique identifier of the device. For example, advertising_id or android_id. app : string The application package name. ssid : string The SIM identifier. manufacturer : string The phone manufacturer. model : string The model of the phone. os : string The operating system running on the device. os_version : string The version of the operating system on the device.