Trying to wipe a contractor account via DELETE /api/v2/users/{userId} but the system flags dependent records. I’ve been checking response headers and catching a 409 Conflict with a JSON payload pointing to archived interactions. The docs mention soft deletes, but I don’t want to lose those conversation logs. Running a script to detach the user from queues first, then hitting the endpoint again just throws a 400 Bad Request about active associations. Logic seems sound. Headers look clean. Just not sure what the unlink step expects.