# Delete deal note
You can remove a note from a deal.
DELETE
/deals/:deal_id/notes/:note_id/
Attributes | Type | Required | Description |
---|---|---|---|
deal_id | integer | yes | A unique identifier for the deal which is given by User.com automatically. |
note_id | integer | yes | A unique identifier for the note which is given by User.com automatically. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X DELETE -H "Authorization: Token <your_64_char_api_key>"
-H "Accept: */*; version=2" -d '' "https://<your_app_subdomain>.user.com/api/public/deals/:deal_id/notes/:note_id/"