The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

unknown attachment after deleting an attachment from a page.

Kaz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 22, 2023

Hi,

I am trying to delete attachments on a page using the below APIs and get unknown attachment after deletion even after deleting content from trash. I get the same thing when i delete the attachment and from trash manually in the U.I

Any help would be appreciated in removing the "unknown attahment"

Screen Shot 2023-05-22 at 12.04.01 PM.png

 

API to delete attachment: 

curl -H 'X-Atlassian-Token: nocheck' -H "Authorization: XYZ" -H 'Content-Type: application/json' -H 'Accept: application/json' -X DELETE $confluence-uri/rest/api/content/$attachmentID?status=current

API to delete from trash:

curl -H 'X-Atlassian-Token: nocheck' -H "Authorization: Bearer XYZ" -H 'Content-Type: application/json' -H 'Accept: application/json' -X DELETE $confluence-uri/rest/api/content/$attachmentID?status=trashed

 

Thanks.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Matt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 22, 2023

You're deleting the actual file, not the reference of it within the page. Is that where you see the "unknown attachment" placeholder? 

If so, you need to also update the page content to remove the reference to the file.

TAGS
AUG Leaders

Atlassian Community Events