Login
⌘
K
API version 2.0
Introduction
Rate limits
Pagination
Archiving and Deleting
Tracking API
Authentication
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Notes
Tasks
Activities
Users
HTTP Responses
Changelog
Docs powered by
Archbee
API version 2.0
...
Access API
Tasks
Delete
1min
Delete a note by its ID
DELETE
Request
Path Params
id
required
String
ID of the note to delete
JS
1
curl
-
X
DELETE
https
:
/
/
data
.
successeve
.
com
/
v2
/
notes
/
{
id
}
\
2
-
H
'Accept: application/json'
\
3
-
H
'Authorization:Bearer <Your access token>'
curl -X DELETE https://data.successeve.com/v2/notes/{id} \ -H 'Accept: application/json' \ -H 'Authorization:Bearer <Your access token>'
Responses
200
404
1
{
2
"object"
:
"note"
,
3
"id"
:
"5ea9ccd59677ff52362c0ce0"
4
}
{ "object": "note", "id": "5ea9ccd59677ff52362c0ce0" }
Did this page help you?
PREVIOUS
Create
NEXT
Activities
Docs powered by
Archbee
TABLE OF CONTENTS
DELETE
Delete a note
Docs powered by
Archbee