Example of Record Delete

Consider the following example: deleting a record having product ID "record1" and ID extension "record1" in the repository named "Company".

Example - Response

The response returns the message that all the records matching the criteria are deleted successfully.

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