Deletes a single note associated with the id passed in URL of request.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

customer_id
integer
required
The id of the customer

id
integer
required
The id of the note

api-version
integer
required
Target API version

``204 Successful Note deletion

``400 Bad Request


ShellNodeRubyPHPPython

Bearer

Base URL
https://api.dealerware.com/admin/customers/{customer_id}/notes/{id}


xxxxxxxxxx

``curl --request DELETE \
     --url https://api.dealerware.com/admin/customers/customer_id/notes/id \
     --header 'accept: application/json'``

Click `Try It!` to start a request and see the response here! Or choose an example:

**application/json**

``400