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!