Not a bug API - delete threads with hard_delete not working

Gleedo

Active member
Affected version
2.212
Hi,

I am trying to use DELETE threads/{id}/ with hard_delete: true in the body payload, but the given thread never gets permanently deleted.

I am running this api test as admin with all permissions for the api key.

Payload:

JavaScript:
{
  hard_delete: true,
  reason: 'Test',
  starter_alert: false,
  starter_alert_reason: '',
}

I don't get any errors and the thread is always soft deleted. I should mention I am currently running xf version 2.2.12. I do need to upgrade though, so perhaps this is already fixed in later versions....
 
Back
Top Bottom