Deleting a Record Instance

To delete a record instance, you need to specify the record type and the instance identifier. The following is a delete request.

           DELETE https://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/customer/107 

        

The following is an excerpt from the response headers of a successful operation, with no body content returned (HTTP Code 204).

          Date Thu, 14 Feb 2019 15:38:21 GMT
Content-Type application/json 

        

Related Topics

General Notices