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

The REST API Browser
NetSuite Record Structure
Using CRUD Operations on Custom Records, Custom Lists, and Custom Transactions v1
Creating a Record Instance
Getting a Record Instance
Updating a Record Instance
Using the Upsert Operation
Accessing Subresources in REST Web Services
Using External IDs
Using Datetime Fields
Executing Record Actions
Transforming Records
Working with the Pricing Sublist on Item Records
Using the REST Web Services SuiteScript Execution Context

General Notices