post http://localhost:8080///attachment/remove
removes an attachment from an entry. this requires you to send the key
from the attachment
Log in to see full request history
Responses
200OK
500Internal Server Error
removes an attachment from an entry. this requires you to send the key
from the attachment
200OK
500Internal Server Error
xxxxxxxxxx
curl --request POST \
--url http://localhost:8080/dashboardUUID/dashboardEntryUUID/attachment/remove \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: