v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Delete a Custom Object Record

delete/api/record/{objectcode}/{id}

Path parameters

idstring required

Use the GUID of a custom object record.

objectcodeinteger required

Use the number of the custom object which the record used above belongs to.

Response

200

successboolean
{"stackTrail":"paths:/api/record/{objectcode}/{id}:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
messagestring

Example response

{
  "success": true
}