cURL
curl --request DELETE \ --url https://api.iolokis.com/notes/{id} \ --header 'Authorization: Bearer <token>'
Delete a specific note given its unique ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Note ID.
Note deleted successfully. No content is returned.