ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,312
- Points
- 823
Reputation:
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...