G
Gleedo
Guest
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:
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...
Read more
Continue reading...
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:
Code:
{
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...
Read more
Continue reading...