DELETE

Delete Custom Object by ObjectRecordId and UID

End-Point

This API is used to remove the specified Custom Object data using ObjectRecordId of specified account.

Layer 1 REQUEST

Get Params

apikey :
Login Radius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]
objectname :
LoginRadius Custom Object Name [REQUIRED]

Template Params

uid :
UID, the unified identifier for each user account [REQUIRED]
objectrecordid :
Unique identifier of the user's record in Custom Object [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "IsDeleted": true
}
Layer 1 REQUEST

Query

apikey*
apisecret*
objectname

Header

content-Type

Template

uid*
objectrecordid*

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman