Example of Related Record Delete

Consider the following example: deleting a record where the product ID is "REC1" from repository name "Company" having relationship with product ID "REC2" from repository named "Customer".

Example - Response - Related Record Delete

The response returns the message that the record is successfully deleted.

{
   "responseMessages": [   {
      "code": "SVC-11032",
      "message": "SVC-11032 : 'REASON' - Record(s) deleted successfully.",
      "type": "Info"
   }],
   "records": [],
   "success": true
}