XF 2.3 API Post Delete Params Ignored

eDaddi

Active member
Trying to delete posts and the only param I can get to work is 'hard_delete', everything else seems to be ignored. I've tried re-ordering them, only sending the the 'alert_user' etc .. nothing takes but 'hard_delete'. Any ideas what I'm doing wrong?

Screenshot 2025-08-14 at 12.42.56 PM.webp
 
Are you using the super API key?

Could also be a permission issue when you set up the API key if so.

lastly you could try adding "api_bypass_permissions" : 1 to your body
 
Back
Top Bottom