Help Center API: DELETE attachment endpoint returns 403 and nothing happens | Community
Skip to main content

Help Center API: DELETE attachment endpoint returns 403 and nothing happens

  • May 14, 2024
  • 1 reply
  • 0 views

Igor13

I try to remove an article attachment by API call to this endpoint: 
DELETE /api/v2/help_center/articles/attachments/{article_attachment_id}

But this endpoint returns code 403  and the attachment remains in place.

The same endpoint with the same credentials but with “GET” method returns information about the attachment, so it's not an authentication issue.

What can it be?
Thank you in advance!

 

1 reply

Chris203
  • May 23, 2024

I have a similar issue deleting and uploading attachments, did you get a resolution to this?

I'm able to execute GET requests, but DELETE/POST both fail with a 403. Oddly, this was working absolutely fine for years up until the 2nd of this month.