Logo
fastmemo API Documentation

Remove Labels From Note By Id

DELETE http://localhost:3000/api/v1/notes/60ed63fddeb6cb2d204c4c17/labels

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'http://localhost:3000/api/v1/notes/60ed63fddeb6cb2d204c4c17/labels' -d '{"labels":["python","kotlin"]}'

ENDPOINTS