Delete a note
Permanently deletes a note by slug for the authenticated user's vault.
DELETE
/api/notes/{slug}Path parameters
slugstringrequiredPath parameter: slug
Request
curl
curl -X DELETE https://platform.trickest.com/api/notes/{slug} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204No Content
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring