Remove a pinned URI from user's sidebar.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
{
"uri": "cloudreve://my/Inspirations?name=jpg&case_folding=",
"name": "My images"
}
Request Code Samples
curl --location --request DELETE '/file/pin' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "cloudreve://my/Inspirations?name=jpg&case_folding=",
"name": "My images"
}'
Responses
application/json Modified at 2025-08-12 07:13:02